mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
Update query term structure to allow for laziness
This commit is contained in:
@ -373,7 +373,7 @@ impl<'ctx, G: RankingRuleGraphTrait> RankingRule<'ctx, QueryGraph> for GraphBase
|
||||
if new_term.is_empty() {
|
||||
nodes_to_remove.push(node_id);
|
||||
} else {
|
||||
term.value = ctx.term_interner.insert(new_term);
|
||||
term.value = ctx.term_interner.push(new_term);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user