mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix: improve error messages for filterable attributes and fix formatting
This commit is contained in:
parent
1f67f373d1
commit
3acf036526
9 changed files with 138 additions and 70 deletions
|
@ -1413,11 +1413,11 @@ async fn error_remote_does_not_answer() {
|
|||
"offset": 0,
|
||||
"estimatedTotalHits": 3,
|
||||
"remoteErrors": {
|
||||
"ms2": {
|
||||
"message": "error sending request",
|
||||
"code": "remote_could_not_send_request",
|
||||
"type": "system",
|
||||
"link": "https://docs.meilisearch.com/errors#remote_could_not_send_request"
|
||||
"ms2": {
|
||||
"message": "error sending request",
|
||||
"code": "remote_could_not_send_request",
|
||||
"type": "system",
|
||||
"link": "https://docs.meilisearch.com/errors#remote_could_not_send_request"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue