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

@ -100,7 +100,7 @@ fn facet_number_values<'a>(
}
/// Return an iterator over each string value in the given field of the given document.
fn facet_string_values<'a>(
pub fn facet_string_values<'a>(
docid: u32,
field_id: u16,
index: &Index,