We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It seems that after #1044 SearchResponseIterator is broken: a deprecation error is thrown on an attempt to iterate the search result.
SearchResponseIterator
$res = new SearchHitIterator(new SearchResponseIterator($client, $params)); foreach ($res as $hit) { // }
There is my PR #1134 with the suggested fix
The text was updated successfully, but these errors were encountered:
@bakurin thanks for opening this issue and for the PR #1134. I just reviewed it.
Sorry, something went wrong.
Merged in #1134
No branches or pull requests
Search iterators are broken
It seems that after #1044
SearchResponseIterator
is broken: a deprecation error is thrown on an attempt to iterate the search result.Code snippet of problem
System details
There is my PR #1134 with the suggested fix
The text was updated successfully, but these errors were encountered: