Support "Regular expression" in "filter" mode

Issue #161 invalid
Alex Wang created an issue

Sometimes user need to check many different tags at the same time. In current design, for this case, user must create many button to get the target.

If application can support "regular expression" in "filter" mode, then it will save user in this case.

Comments (2)

  1. Mikhail Lopatkin repo owner

    Yes, you can add multiple comma-separated regular expressions for tags, like /[Ff]oo/, /[Bb]ar/. The filter will match a record if any of the expressions match its tag. This also works for application name filters, but not message (message filter only supports a single expression). Currently there is no way to specify that record's tag must match all of the specified expressions though.

  2. Log in to comment