Closed geerlingguy closed 4 years ago
Currently if something matches (like solr.**), then you try to add a filter (on solr.**), it is placed below the match, so it is never evaluated. The order needs to be flipped.
solr.**
Currently if something matches (like
solr.**
), then you try to add a filter (onsolr.**
), it is placed below the match, so it is never evaluated. The order needs to be flipped.