Search Component For Full Text Search
How to implement full text search for a webpage?
How to implement full text search for a webpage?
Hi @sanjana12 ,
In order to implement a search, at high level following steps needs to be followed.
1. Create AEM component - This will accept search text and render search results as per site design/UX. This component will call Search Service with given search string and render the result on the page got from the search service.
2. Create a AEM Search Service - AEM servlet/OSGi component to create and execute a query to search the results in the repository using QueryBuilder API.
3. Index the property
Please refer tutorial -
Simple search implementation guide | Adobe Experience Manager
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.