mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-29 18:04:47 +00:00
Add a simple test to check that attributes are ranking correctly
This commit is contained in:
committed by
Loïc Lecrenier
parent
30f7bd03f6
commit
d9cebff61c
@ -25,7 +25,7 @@ impl RankingRuleGraphTrait for AttributeGraph {
|
||||
universe: &RoaringBitmap,
|
||||
) -> Result<ComputedCondition> {
|
||||
let AttributeCondition { term, .. } = condition;
|
||||
// maybe compute_query_term_subset_docids should accept a universe as argument
|
||||
// maybe compute_query_term_subset_docids_within_field_id should accept a universe as argument
|
||||
let mut docids = compute_query_term_subset_docids_within_field_id(
|
||||
ctx,
|
||||
&term.term_subset,
|
||||
|
Reference in New Issue
Block a user