Skip to content
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

Return search results into channel #135

Open
vetinari opened this issue Sep 25, 2017 · 1 comment
Open

Return search results into channel #135

vetinari opened this issue Sep 25, 2017 · 1 comment

Comments

@vetinari
Copy link
Contributor

Currently all search results are returned when the call has finished, even for paged queries which can be quite huge results. Sending the results to a channel can be a great improvement in such cases where we can process the chunks right after they're received and do not have to wait for the last page to arrive.

Other search calls like a persistent Search or LDAP Sync will also benefit - these never end and need something to pass their results.

@kayrus
Copy link

kayrus commented Aug 10, 2021

+1 for persistent search

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants