mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Merge branch 'search-refactor-exactness' into search-refactor-tests-doc
This commit is contained in:
commit
7ca91ebb71
17 changed files with 605 additions and 32 deletions
|
@ -266,7 +266,7 @@ impl PhraseBuilder {
|
|||
is_prefix: false,
|
||||
zero_typo: ZeroTypoTerm {
|
||||
phrase: Some(phrase),
|
||||
zero_typo: None,
|
||||
exact: None,
|
||||
prefix_of: BTreeSet::default(),
|
||||
synonyms: BTreeSet::default(),
|
||||
use_prefix_db: None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue