diff --git a/milli/src/search/new/ranking_rule_graph/exactness/mod.rs b/milli/src/search/new/ranking_rule_graph/exactness/mod.rs index 3d558e87b..6639299a1 100644 --- a/milli/src/search/new/ranking_rule_graph/exactness/mod.rs +++ b/milli/src/search/new/ranking_rule_graph/exactness/mod.rs @@ -58,6 +58,7 @@ impl RankingRuleGraphTrait for ExactnessGraph { docids, universe_len: universe.len(), start_term_subset: None, + // TODO/FIXME: modify `end_term_subset` to signal to the next ranking rules that the term cannot be removed end_term_subset: dest_node.clone(), }) }