AEM site search
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?

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?

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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.