Match each tag separately against user filter regular expression
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.master
parent
8cefe38a0a
commit
7b80b5e160
Loading…
Reference in New Issue