Some tags and messages cannot be added to quick filters

Issue #154 closed
Mikhail Lopatkin repo owner created an issue
  1. Tag with , symbol in it cannot be edited.
  2. Message that looks like /…./ will be interpreted as regex and if the regex is invalid - won’t be added to filters.

Comments (4)

  1. Mikhail Lopatkin reporter

    PR #21: Quick filters with escaping

    This is a bit ugly solution with regard to regexes: it uses built-in regex quoting if message or tag looks like regex pattern itself.

  2. Log in to comment