mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add documentation
This commit is contained in:
parent
4e266211bf
commit
c232cdabf5
10 changed files with 358 additions and 548 deletions
|
@ -46,7 +46,7 @@ impl<'search> SearchContext<'search> {
|
|||
}
|
||||
}
|
||||
if *use_prefix_db {
|
||||
if let Some(prefix_docids) = self.get_prefix_docids(*original)? {
|
||||
if let Some(prefix_docids) = self.get_word_prefix_docids(*original)? {
|
||||
or_docids.push(prefix_docids);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue