-
Notifications
You must be signed in to change notification settings - Fork 32
Fix code-samples after #310 release #322
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
Conversation
1d1167d
to
43028c8
Compare
faceted_search_2: |- | ||
await client.multiSearch(MultiSearchQuery(queries: [ | ||
SearchQuery( | ||
IndexSearchQuery( |
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.
I think it's missing the query parameter
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.
Yep, I've opened an issue about it #321
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.
I've added the query params, but I think we should fix the issue in any case.
27199c0
to
dbea512
Compare
dbea512
to
2216888
Compare
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! 🌮
bors merge |
bors cancel |
Canceled. |
Include a number of fixes after the latest breaking changes.