mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
add a bunch of tests and fix the error message when adding the geosearch as filterable/sortable while there is malformed documents in the DB
This commit is contained in:
parent
6d111139b5
commit
318843aacd
3 changed files with 180 additions and 3 deletions
|
@ -64,7 +64,7 @@ impl Display for Value {
|
|||
write!(
|
||||
f,
|
||||
"{}",
|
||||
json_string!(self, { ".enqueuedAt" => "[date]", ".processedAt" => "[date]", ".finishedAt" => "[date]", ".duration" => "[duration]" })
|
||||
json_string!(self, { ".enqueuedAt" => "[date]", ".startedAt" => "[date]", ".finishedAt" => "[date]", ".duration" => "[duration]" })
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue