You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ This issue is generated, it means the examples and the namings do not necessarily correspond to the language of this repository.
Also, if you are a maintainer, please add any clarification and instructions about this issue.
Sorry if this is already wholly/partially implemented. Feel free to let me know about the state of this issue in the repo.
Add support for receiving a new key, attributesToSearchOn (an array of field names), to enable running searches over a subset of searchableAttributes without modifying Meilisearch’s index settings.
TODO:
Add the ability to receive a new param in the search method called attributesToSearchOn.
Add integration tests
The text was updated successfully, but these errors were encountered:
Also, if you are a maintainer, please add any clarification and instructions about this issue.
Sorry if this is already wholly/partially implemented. Feel free to let me know about the state of this issue in the repo.
Related to meilisearch/integration-guides#280
New implementation
Related to:
Add support for receiving a new key,
attributesToSearchOn
(an array of field names), to enable running searches over a subset ofsearchableAttributes
without modifying Meilisearch’s index settings.TODO:
search
method calledattributesToSearchOn
.The text was updated successfully, but these errors were encountered: