Expand my Community achievements bar.

SOLVED

Search Component for different languages

Avatar

Level 1

Not able to search arabic or other language fulltext using out of box search component- foundation/components/search

Any code change to do in search.jsp to make it work with all languages?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

Hi @sursharma ,

The OOTB search works on query-builder, so it will search for query you are entering for the given content path.
Did you check if it is working for other languages, since arabic language is RTL(Right - to - Left) and might be causing issues. Check for normal LTR languages other than en.

However, can you also check by leveraging core search component instead :
https://github.com/adobe/aem-core-wcm-components/tree/main/content/src/content/jcr_root/apps/core/wc...

Thanks.

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

Hi @sursharma ,

The OOTB search works on query-builder, so it will search for query you are entering for the given content path.
Did you check if it is working for other languages, since arabic language is RTL(Right - to - Left) and might be causing issues. Check for normal LTR languages other than en.

However, can you also check by leveraging core search component instead :
https://github.com/adobe/aem-core-wcm-components/tree/main/content/src/content/jcr_root/apps/core/wc...

Thanks.