MeiliSearch/milli/src/search/facet
Tamo 11dfe38761
Update the check on the latitude and longitude
Latitude are not supposed to go beyound 90 degrees or below -90.
The same goes for longitude with 180 or -180.

This was badly implemented in the filters, and was not implemented for the AscDesc rules.
2021-10-07 16:10:43 +02:00
..
facet_distribution.rs Remove max values by facet limit for facet distribution 2021-08-12 11:29:20 +02:00
facet_number.rs Introduce the FacetStringIter iterator 2021-07-21 16:59:38 +02:00
facet_string.rs fix(facet): string fields sorting 2021-09-03 11:58:26 +03:00
filter_condition.rs Update the check on the latitude and longitude 2021-10-07 16:10:43 +02:00
grammar.pest improve the reserved keyword error message for the filters 2021-09-30 14:38:27 +02:00
mod.rs Use the facet string levels when computing the facet distribution 2021-07-21 16:59:39 +02:00
parser.rs format the whole project 2021-06-16 18:33:33 +02:00