MeiliSearch/meilisearch-types/src
meili-bors[bot] e871906370
Merge #3876
3876: Fix invalid attributeToSearchOn error code r=Kerollmops a=ManyTheFish

Fix the invalid attributeToSearchOn error code to be consistent with the other search parameters' error codes:

error code `invalid_attributes_to_search_on` becomes `invalid_search_attributes_to_search_on`:
```diff
- invalid_attributes_to_search_on
+ invalid_search_attributes_to_search_on
```

related to #3772


Co-authored-by: ManyTheFish <many@meilisearch.com>
2023-07-03 10:06:30 +00:00
..
deserr Fix the error code returned when the facetName field is missing 2023-06-28 15:06:08 +02:00
compression.rs Compress the snapshot in a tarball 2022-10-27 11:35:15 +02:00
document_formats.rs apply review suggestions 2023-02-20 14:53:37 +01:00
error.rs Fix invalid attributeToSearchOn error code to be consistent with the others search parameters error codes 2023-07-03 11:52:43 +02:00
facet_values_sort.rs Move the sortFacetValuesBy in the faceting settings 2023-06-29 14:33:31 +02:00
features.rs Add meilisearch_types::features module 2023-06-26 16:09:03 +02:00
index_uid_pattern.rs bump deserr 2023-02-14 20:04:30 +01:00
index_uid.rs bump deserr 2023-02-14 20:04:30 +01:00
keys.rs Format let-else ❤️ 🎉 2023-07-03 10:20:28 +02:00
lib.rs Move the sortFacetValuesBy in the faceting settings 2023-06-29 14:33:31 +02:00
settings.rs Fix typos 2023-06-29 14:33:32 +02:00
star_or.rs get rids of the unwrap_any function in favor of take_cf_content 2023-02-14 20:06:31 +01:00
tasks.rs fix the type of the document deletion by filter tasks 2023-05-30 15:18:52 +02:00
versioning.rs Updated messages pointing to the docs website 2023-04-28 20:52:03 +00:00