내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Autocomplete search component

Avatar

Level 4

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

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

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 답변 개

Avatar

정확한 답변 작성자:
Level 10

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/