Merge branch 'search-refactor-exactness' into search-refactor-tests-doc

This commit is contained in:
Loïc Lecrenier 2023-04-06 13:07:00 +02:00
commit 7ca91ebb71
17 changed files with 605 additions and 32 deletions

View file

@ -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,