mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
Add documentation
This commit is contained in:
@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user