In AEM site search is there any way a content author can bring up the page by the page name only and not any key words in the page or the metadata in properties?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi @key-key
As far as I know, there is no OOTB way on AEM Sites to search by name. There is an alternative to search such pages but the way is not very recommended for Content Authors and rather used by developers for Query. You can try this out anyway:
path=/content/we-retail
type=cq:Page
nodename=*men*
p.limit=-1
3. You will get the liist of pages with page name containing men, click on html option available in seached list to open content page. If you need to search pages with exact name as men. Modify query as
path=/content/we-retail
type=cq:Page
nodename=men
p.limit=-1
This option is generally not available to authors with limitted rights.
Thanks,
Nupur
Hi, What version are you using? Can you share from where you are searching? In 6.4; I can't see the search option.
Hi @key-key
As far as I know, there is no OOTB way on AEM Sites to search by name. There is an alternative to search such pages but the way is not very recommended for Content Authors and rather used by developers for Query. You can try this out anyway:
path=/content/we-retail
type=cq:Page
nodename=*men*
p.limit=-1
3. You will get the liist of pages with page name containing men, click on html option available in seached list to open content page. If you need to search pages with exact name as men. Modify query as
path=/content/we-retail
type=cq:Page
nodename=men
p.limit=-1
This option is generally not available to authors with limitted rights.
Thanks,
Nupur
Views
Like
Replies