Fix the geo sort when lat and lng are strings

This commit is contained in:
Kerollmops
2023-07-17 18:24:24 +02:00
parent f9d94c5845
commit d383afc82b
3 changed files with 35 additions and 18 deletions

View File

@ -42,6 +42,7 @@ use roaring::RoaringBitmap;
use sort::Sort;
use space::Neighbor;
use self::distinct::facet_string_values;
use self::geo_sort::GeoSort;
pub use self::geo_sort::Strategy as GeoSortStrategy;
use self::graph_based_ranking_rule::Words;