Modify ↓
#3624 closed defect (fixed)
invalid link when using more than one tag in tagged
Reported by: | anonymous | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | HTML links tag quote |
Cc: | Ryan J Ollos, Michael Renzmann, Jun Omae | Trac Release: | 0.11 |
Description
tagged:"tag1 tag2"
results to /tags?q=%27%22tag1+tag2%22%27, not to /tags?q=%27tag1+tag2%27 as expected
Attachments (0)
Change History (7)
comment:1 Changed 13 years ago by
Cc: | Ryan J Ollos Michael Renzmann Jun Omae added; anonymous removed |
---|---|
Keywords: | HTML links tag quote added |
Owner: | changed from Alec Thomas to Steffen Hoffmann |
Status: | new → assigned |
comment:2 Changed 13 years ago by
(In [10785]) TagsPlugin: Correct tokenization for unary quotes, refs #3624 and #9057.
TagsQuery now has got a unit test in addition to the rather old doc tests. Thanks to Jun Omae for contributing most of the code to this changeset.
comment:4 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
As hinted in my comment in #9057 this plugin's use of quotes for tags is wired.
This issue is the result of such insane incantations. As discussed before I think the best (only?) solution is to finally discontinue that quoting inside the '/tags' namespace.