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
The second search should return doc7, but it seems to have cached the first filter, even though the domainToSearchFor is changed.
Also, I found that if ran the code in the browsers dev console and did the searches manually, and then if I changed the code in the filter for the second search (even just adding a blank new line) it works as expected and updates the filter.
The text was updated successfully, but these errors were encountered:
Darkle
changed the title
Filter cache issue
Possible filter cache issue
Dec 18, 2015
Hi, I'm running in to an odd bug where the filter option for searching seems to be cached (at least I think that's what's happening).
I've managed to reproduce the issue with this code: http://bl.ocks.org/Darkle/9bcf54994859b53dc3da
The second search should return doc7, but it seems to have cached the first filter, even though the
domainToSearchFor
is changed.Also, I found that if ran the code in the browsers dev console and did the searches manually, and then if I changed the code in the filter for the second search (even just adding a blank new line) it works as expected and updates the filter.
The text was updated successfully, but these errors were encountered: