mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 12:19:15 +00:00
Each article's tag should be matched against user filter regular expression separately. Current matching confuses when you want to match an exact tag. You suppose to write "^tag$", bug now have to write "(^|,)tag(,|$)" which is very inconvenient and requires knowledge about how do you process this matching.
40 KiB
40 KiB