I am currently working with Universal Editor in AEM’s Edge Delivery Service (EDS) and exploring how search functionality operates within this setup.
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi,
there are different options for search, for simple cases you could rely on indexing and the ffetch library. This allows to filter down the index entries based on the user search. Be aware that indexing works on the undecorated html when building your selector for inclusion into the index.
A pretty complete multi-lingual example for an indexing configuration including specialized indexes can be found in the experience league modernization repository here
If your search requirements are more complex you should probably rely on a third party search solution instead
@ShaileshBassi @gkalyan @Ganthimathi_R @c-piosecny If you have a moment, please review this question and see if you can help. Thanks in advance!
Views
Replies
Total Likes
Hi,
there are different options for search, for simple cases you could rely on indexing and the ffetch library. This allows to filter down the index entries based on the user search. Be aware that indexing works on the undecorated html when building your selector for inclusion into the index.
A pretty complete multi-lingual example for an indexing configuration including specialized indexes can be found in the experience league modernization repository here
If your search requirements are more complex you should probably rely on a third party search solution instead
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies