Modify ↓
Opened 13 years ago
Closed 11 years ago
#9060 closed defect (fixed)
Query results are duplicated when realm-selection is repeated
Reported by: | anonymous | Owned by: | Steffen Hoffmann |
---|---|---|---|
Priority: | normal | Component: | TagsPlugin |
Severity: | normal | Keywords: | deduplication |
Cc: | Trac Release: | 0.11 |
Description
Example of problem: [[ListTagged(some_tag realm:wiki realm:wiki realm:wiki)]]
will result a tripled list of results.
Patch in #9059 fixes the issue.
Attachments (0)
Change History (3)
comment:1 Changed 13 years ago by
Keywords: | deduplication added |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
(In [10629]) TagsPlugin: Add deduplication capability to tags query, refs #9059 and #9060.
This has been tested to fix both, the tags query command line exposed in
'tags' main page as well as ListTagged()
macro calls with 2 or more
repetitions of the same resource realm.
Thanks - again to Itamar Ostricher - for test/report and proposed fix.
Note: See
TracTickets for help on using
tickets.
Confirmed. Fix isolated and verified.