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
..
2023-02-20 14:53:37 +01:00
2023-02-14 20:04:30 +01:00
2023-02-14 20:04:30 +01:00
Format let-else ❤️ 🎉
2023-07-03 10:20:28 +02:00
2023-06-29 14:33:32 +02:00