Closed jasonish closed 1 year ago
is there a workaround, to filter out a query string?
No, but have fix nearly done that should work with Elasticsearch and SQLite. It lets me create a query like:
dns -"et info" -"et dns"
to match all events containing dns
, but exclude all those with et info
or et dns
. Would that work for your use cases?
For example, "NOT ET INFO", or !"ET INFO", doesn't do what you might expect it to.