We are using AEM6.1 and implementing OOTB search functionality. The requirement is that we have to implement StopWords(will not allow user to search common words such as like,for,is) and Spellcheck(Did you mean ?) features as part of this implementation.Can anyone suggest as the best way to achieve this requirement and possible steps to cnfigure these details.
Thanks,
Sambasivaraja.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
Please take a look at
Sample code base has also been provided
Views
Replies
Total Likes
Hi samr99530769
As mentioned by Praveen in last post, this will help you through spell checker.
Spell checker :- https://docs.adobe.com/docs/en/cq/5-6-1/core/developing/searching_in_crx.html#Spell Checker (Did You Mean? ...) , Sample code is also there.
Stop Word :- https://helpx.adobe.com/experience-manager/kb/Stopwordlist.html , step by step solution is given here.
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Hi
Please take a look at
Sample code base has also been provided
Views
Replies
Total Likes