Autocomplete search component | Community
Skip to main content
New Participant
October 2, 2017
Solved

Autocomplete search component

  • October 2, 2017
  • 1 reply
  • 1667 views

Hello,

I am trying to create a search component that retrieves data from under certain node(s)  in aem using an ajax call.

I need the search to pull names for example in search box  when I type.

When I type 2 or 3 letters it should show me results in search box.

What I am looking for now is any example aem docs or information.

Thanks in advance,

Keehwan

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 smacdonald2008

The out of the box search component does not support this. To achieve this functionality, you would need to use a JQuery plug-in that supports this - something like:

https://jqueryui.com/autocomplete/

1 reply

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 2, 2017

The out of the box search component does not support this. To achieve this functionality, you would need to use a JQuery plug-in that supports this - something like:

https://jqueryui.com/autocomplete/