Test geo sort with string lat/lng

This commit is contained in:
Kerollmops 2023-07-17 18:28:03 +02:00
parent 7745cc9d3c
commit f9d94c5845
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 63 additions and 0 deletions

View file

@ -4,6 +4,7 @@
mod errors;
mod facet_search;
mod formatted;
mod geo;
mod multi;
mod pagination;
mod restrict_searchable;