summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDmitry Konishchev <[email protected]>2013-04-26 15:54:04 +0400
committerDmitry Konishchev <[email protected]>2013-04-26 16:30:25 +0400
commit7b80b5e1600f9b0ffda7da6fcb717223b31a310d (patch)
tree10842bf2945b2ddd2768ff5739785739475f6cbf /README.md
parent8cefe38a0a1623db866cb9bf295fe8a591ad5488 (diff)
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.
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions