When adding the internal search component and testing the search feature in AEM. We noticed not all search results are appearing as expected. Is there something that we missed when configuring the search function or any recommendations on how to fix the issue?
Views
Replies
Total Likes
Views
Replies
Total Likes
Capture the query being executed by the internal search (either from the logs or using query tracing/debugging)
Debug Logging Reference - https://helpx.adobe.com/in/experience-manager/kb/oak-jcr-query-analysis.html
Run the query in the Query Performance Tool to test its syntax and performance and also validate the Index being used
Views
Replies
Total Likes
Hi,
Check if the index used is up to date, there could be a chance that the index is stuck and its content is not updated.
Views
Replies
Total Likes
Does the OOTB AEM search use JCR scoring to display search results, which includes page visits, page updates and overtime it will display results based on that weight? I am trying to confirm if this is why certain search results do not displayed unless the users check the "exact match" box.
Views
Replies
Total Likes