Expand my Community achievements bar.

Join expert-led, customer-led sessions on Adobe Experience Manager Assets on August 20th at our Skill Exchange.
SOLVED

How does search functionality work in Universal Editor for Edge Delivery Service (EDS)?

Avatar

Level 2

I am currently working with Universal Editor in AEM’s Edge Delivery Service (EDS) and exploring how search functionality operates within this setup.

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

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

View solution in original post

2 Replies

Avatar

Administrator

@ShaileshBassi @gkalyan @Ganthimathi_R @c-piosecny If you have a moment, please review this question and see if you can help. Thanks in advance!



Kautuk Sahni

Avatar

Correct answer by
Level 2

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