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

Feature: Real Time Query Result(s) #16

Open
alanjames1987 opened this issue Oct 5, 2014 · 3 comments
Open

Feature: Real Time Query Result(s) #16

alanjames1987 opened this issue Oct 5, 2014 · 3 comments
Labels

Comments

@alanjames1987
Copy link
Owner

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.

@alanjames1987
Copy link
Owner Author

There should be a realtime method added to all result(s) which is called if that result set changes in any way.

results.realtime(function(results) {
    // results is the new results that have changed
});

@alanjames1987
Copy link
Owner Author

I like this way better than #15.

@alanjames1987
Copy link
Owner Author

To do this all results would have to retain the query that created them.

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

No branches or pull requests

1 participant