-
Notifications
You must be signed in to change notification settings - Fork 21
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
searchStream #40
Comments
Hi, |
The ideal interface would be a stream. How it works currently is: you search, until the timeout. What about if you have a UI where you search infinite till the user want's it to stop? If we use streams we could just stop it, and use |
Hi @mikevercoelen , There must be a timeout to prevent loading too much memory. I think it's enough to use event function, it helps you to use results before search is finished.
|
Instead of waiting for a timeout, search results could appear in a stream / event bus.
Is this something that would be possible? I would love to put in the work, but I have no idea where to start, if someone can give me pointers and advise if this is possible or not, that would be very helpful.
Thanks
The text was updated successfully, but these errors were encountered: