You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lets say we added a filter Qtr in [ "Q1", "Q2" ], first time it will fire a query and store result in memory
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: