mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-25 22:34:28 +01:00
e871906370
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> |
||
---|---|---|
.. | ||
deserr | ||
compression.rs | ||
document_formats.rs | ||
error.rs | ||
facet_values_sort.rs | ||
features.rs | ||
index_uid_pattern.rs | ||
index_uid.rs | ||
keys.rs | ||
lib.rs | ||
settings.rs | ||
star_or.rs | ||
tasks.rs | ||
versioning.rs |