mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Check the validity of the latitute and longitude numbers
This commit is contained in:
parent
5d149d631f
commit
2eec290424
4 changed files with 25 additions and 13 deletions
|
@ -21,7 +21,7 @@ use typed_chunk::{write_typed_chunk_into_index, TypedChunk};
|
|||
|
||||
use self::enrich::enrich_documents_batch;
|
||||
pub use self::enrich::{
|
||||
extract_float_from_value, validate_document_id, validate_document_id_value,
|
||||
extract_finite_float_from_value, validate_document_id, validate_document_id_value,
|
||||
validate_geo_from_json, DocumentId,
|
||||
};
|
||||
pub use self::helpers::{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue