Actions
Bug #6789
closedSolrResults collection doesn't update when filters are changed before a response is returned
Start date:
06/26/2015
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
Description
When a search is sent and the app is loading, if the user changes another filter, sometimes the SolrResults collection doesn't update when the second set of results is received. So the list of search results in the UI is one filter behind and incorrect.
See screenshot of an example
Files
Related issues
Updated by Lauren Walker over 9 years ago
- Target version changed from 1.7.1 to 1.7.2
Updated by Lauren Walker over 9 years ago
- Status changed from New to Resolved
The Stats model and SolrResults collection now caches the latest version of the user query. When a response is received from Solr, the results and page statistics (e.g. year slider) will not update unless the response is from the latest query.
Actions