mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Fix attributes set candidates
This commit is contained in:
parent
ff595156d7
commit
6fa877efb0
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ impl<'t> Criterion for Attribute<'t> {
|
|||
None => {
|
||||
return Ok(Some(CriterionResult {
|
||||
query_tree: Some(query_tree),
|
||||
candidates: Some(RoaringBitmap::new()),
|
||||
candidates: Some(allowed_candidates),
|
||||
filtered_candidates: None,
|
||||
initial_candidates: Some(self.initial_candidates.take()),
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue