This commit is contained in:
Mubelotix 2025-07-01 13:58:56 +02:00
parent 280c3907be
commit 9f55708d84
No known key found for this signature in database
GPG key ID: 0406DF6C3A69B942

View file

@ -367,7 +367,7 @@ pub fn recursive_facet_sort<'ctx>(
) -> crate::Result<SortedDocuments<'ctx>> {
let sortable_fields: BTreeSet<_> = index.sortable_fields(rtxn)?.into_iter().collect();
let fields_ids_map = index.fields_ids_map(rtxn)?;
let mut fields = Vec::new();
let mut need_geo_candidates = false;
for asc_desc in sort {