I need o do a search in AEM query builder and tying to only fetch the tags that have not been moved to a new location.
The only property added to the old tags is the "cq:movedTo
" which has the path to the new location.
But when I try to search the tags which don't have this property, I dont get any results:
property=cq:movedTo
property.operation=no
Am I missing something here ? The search is done by a 3rd party and cannot process the list of tags it receive. So I need to fetch ONLY the correct list with this query.