This commit is contained in:
cisco877 2024-03-11 13:44:06 -07:00 committed by GitHub
commit faa3d466b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 41 additions and 21 deletions

View file

@ -882,7 +882,7 @@ async fn sort_unsortable_attribute() {
index.wait_task(1).await;
let expected_response = json!({
"message": "Attribute `title` is not sortable. Available sortable attributes are: `id`.",
"message": "Attribute `title` of index `test` is not sortable. Available sortable attributes are: `id`.",
"code": "invalid_search_sort",
"type": "invalid_request",
"link": "https://docs.meilisearch.com/errors#invalid_search_sort"