mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-28 01:01:00 +00:00
Fix bugs in asc/desc criterion and facet indexing
This commit is contained in:
committed by
Loïc Lecrenier
parent
a7201ece04
commit
afdf87f6f7
@ -197,9 +197,10 @@ fn facet_ordered<'t>(
|
||||
field_id,
|
||||
candidates.clone(),
|
||||
)?;
|
||||
|
||||
let string_iter = make_iter(
|
||||
rtxn,
|
||||
index.facet_id_f64_docids.remap_key_type::<FacetKeyCodec<MyByteSlice>>(),
|
||||
index.facet_id_string_docids.remap_key_type::<FacetKeyCodec<MyByteSlice>>(),
|
||||
field_id,
|
||||
candidates,
|
||||
)?;
|
||||
|
Reference in New Issue
Block a user