JackBister/logsuck

If you do a search which does not return results after doing a search which does return results, the first results are reused

JackBister opened this issue · 1 comments

For example, do an empty search in a file generated by logdunk, then search for frobnosticating. The GUI will look like it found results, but the results will be the same as they were for the userId search.

The results part of the state object probably needs to be reset when the search button is pressed?

After experimenting some more it actually seems like what triggers this bug is actually starting a second search while the first is still running, which results in two pollers running simultaneously.