Search XDP from CRX | Community
Skip to main content
sobhan_sahu
Level 4
October 16, 2017
Solved

Search XDP from CRX

  • October 16, 2017
  • 2 replies
  • 1724 views

Hi,

I have a set of XDP uploaded to AEM CRX repository. Now I have to create a search component  and place in an AEM page that will search for a particular XDP and display the resultant file to the user.

On clicking the result link I have to redirect the user to display the XDP in HTML format.

How can I develop that search component,

How can I customize the result list as per my convinience to associate the same with a particular link.

Please help me on the same.

Thanks,

Sobhan

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by user7587541

There is a forms portal component that will allow you to set search parameters to display Adaptive Forms and XDP forms.  AEM 6.3 Forms Help | Creating a forms portal page

2 replies

smacdonald2008
Level 10
October 16, 2017

There is a older topic that will point you in the correct direction on how to create an AEM search component here:

https://docs.adobe.com/docs/en/aem/6-1/develop/the-basics/website.html#Creating the Search Component

Searching in AEM involves searching nodes in the JCR.

user7587541Adobe EmployeeAccepted solution
Adobe Employee
October 27, 2017

There is a forms portal component that will allow you to set search parameters to display Adaptive Forms and XDP forms.  AEM 6.3 Forms Help | Creating a forms portal page