How to search for page names that has the word 'archive' in it using Query Builder?
I have a lot of pages under /content path that has names like archive, archive1, archive-test, test-archive, etc.
I tried using the below Query Builder queries but it doesn't seem to work.
path=/content
nodename=archive
(and)
type=cq:Page
path=/content
group.property=nodename
group.property.value=archive
group.property.operation=like
p.limit=-1
Is there a way to find all the pages with names that has the text 'archive' in it?