Details
-
Bug
-
Resolution: Duplicate
-
Neutral
-
None
-
1.2.1
-
None
Description
When running
tagfn.getContentByTags("website", newsRootContentMap.@path, "OR", tags)
The final query is:
SELECT * FROM [nt:base] WHERE ISDESCENDANTNODE([/lloyds-2020/nieuws]) AND [mgnl:tags] = 'voorbeeld' OR [mgnl:tags] = 'test'
Where it should be:
SELECT * FROM [nt:base] WHERE ISDESCENDANTNODE([/lloyds-2020/nieuws]) AND ([mgnl:tags] = 'voorbeeld' OR [mgnl:tags] = 'test')
Right now it results in all items tagged "test" regardless of search root.
Checklists
Acceptance criteria
Attachments
Issue Links
- duplicates
-
CONTTAGS-58 TagManager can return wrong result set when searching multiple tags
-
- Closed
-