mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Format
This commit is contained in:
parent
280c3907be
commit
9f55708d84
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue