mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 04:36:32 +00:00
Implement geo sort on documents
This commit is contained in:
@ -66,7 +66,6 @@ impl GeoSortStrategy {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Make it take a mut reference to cache
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub fn fill_cache(
|
||||
index: &Index,
|
||||
|
Reference in New Issue
Block a user