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
Query results should be optionally real time, meaning they will change as the collection changes.
This might introduce some other problems, but I think they can all be solved elegantly.
The text was updated successfully, but these errors were encountered:
There should be a realtime method added to all result(s) which is called if that result set changes in any way.
realtime
results.realtime(function(results) { // results is the new results that have changed });
Sorry, something went wrong.
I like this way better than #15.
To do this all results would have to retain the query that created them.
results
No branches or pull requests
Query results should be optionally real time, meaning they will change as the collection changes.
This might introduce some other problems, but I think they can all be solved elegantly.
The text was updated successfully, but these errors were encountered: