-
Notifications
You must be signed in to change notification settings - Fork 66
Use multi search api for ms v1.1.0 #1038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use multi search api for ms v1.1.0 #1038
Conversation
🦋 Changeset detectedLatest commit: a2fa055 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
68db606 to
5f1e76b
Compare
978e4ce to
796f554
Compare
73886fe to
0df50b5
Compare
| "@meilisearch/instant-meilisearch": minor | ||
| --- | ||
|
|
||
| Replaces search with multiSearch API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Explain more
brunoocasali
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉 multi-search ftw!
ceeeb0b to
8695b69
Compare
…eilisearch v1.1.0
8695b69 to
a2fa055
Compare
mdubus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ✨🦕
Nice work 👏
|
bors merge |
1038: Use multi search api for ms v1.1.0 r=bidoubiwa a=bidoubiwa Replace the usage of `client.index().search` with `client.multiSearch()` when performing searches. - TODO: - [x] Replace search requests made with `client.index.search` with `client.multiSearch` - Pagination - Caching - [x] Use multi-search also when performing the initial facet distribution - [x] Rename `searchResponse` with `searchResult` when it is not the whole response of the multi search API Co-authored-by: Charlotte Vermandel <charlottevermandel@gmail.com>
|
Build failed: |
Replace the usage of
client.index().searchwithclient.multiSearch()when performing searches.client.index.searchwithclient.multiSearchsearchResponsewithsearchResultwhen it is not the whole response of the multi search API