QueryBuilder with cq:tags not working as expected
Hi Team,
Im getting all the pages with cqtag "jurassicworldfacts:featured"(since i have that tag added to pages). Now i dont have a tag called "jurassicworldfacts:test".
If i give that value in the below query im getting all the results(pages). ideally i should not get any results since i dont have that tag at all.
path=/content/mobile-apps
path.self=false
type=cq:PageContent
tagid.property=cq:tags
tagid.1_value=jurassicworldfacts:test
Am i missing something here?
Can you please help me on this?

