Expand my Community achievements bar.

AEM 6-3 Search suggestions implementation

Avatar

Level 3

Hi Guys,

I have a query with respect to the Search Suggestions implementation on AEM 63.

We tried to follow this document

http://aembloggers.blogspot.in/2015/10/aem-6x-predictive-search-and-spell-check.html

Where the search suggestions implementation seems quite easy and performant.

However the issue is that there is no rep:suggest property in my local machine and i am not able to see any results when i directly search with the below SQL query.

SELECT [rep:suggest()] FROM nt:base WHERE [jcr:path] = '/' AND SUGGEST('keyword')

Please share your pointers if any .

Thanks

Harish

3 Replies

Avatar

Level 10

There is a discussion on how to implement a Search component in this AEM documentation topic: How to Create a Fully Featured Internet Website

Hope this helps...

Avatar

Level 3

HI SmacDonald,

Thanks for your reply.

However i am  not looking for Search component. I an looking for Search Suggestions / Type Ahead .

Thanks

Harish

Avatar

Level 2

Hi HarishDv,

Have you found an approach to your requirement?