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

In case of altering filter condition, both results, i.e. for original filter condition and for altered filter condition, should get cached #3

Open
darshit-shah opened this issue Jan 6, 2015 · 0 comments

Comments

@darshit-shah
Copy link
Owner

  1. Lets say we added a filter Qtr in [ "Q1", "Q2" ], first time it will fire a query and store result in memory
  2. Now apply filter condition Qtr in [ "Q1", "Q2", "Q3" ], now it will compare it with last condition and fire query only for only "Q3" and merge new result with previous result.
    Now in this case both results, i.e. new results for only Q3 and merged result for Q1, Q2 and Q3 should be cached. Right now only new result is getting cached.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant