This commit is contained in:
Loïc Lecrenier
2023-03-22 14:43:08 +01:00
parent 384fdc2df4
commit a86aeba411
3 changed files with 4 additions and 0 deletions

View File

@ -150,6 +150,7 @@ fn get_ranking_rules_for_query_graph_search<'ctx>(
crate::Criterion::Typo
| crate::Criterion::Attribute
| crate::Criterion::Proximity
// TODO: no exactness
| crate::Criterion::Exactness => {
if !words {
ranking_rules.push(Box::new(Words::new(terms_matching_strategy)));