Issue: Full text search does not return Content Fragment content embedded within a Page. I am using the core Content Fragment component to include the content fragment in the page.
Environment Details:
AEM version = 6.5.5
Core component version = 2.12.0
Related issue on this forum ( Not answered ): https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/does-aem-query-builder-api...
My analysis so far:
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Content Fragments and Pages are 2 different resources within the system.
As Content Fragments have evolved they are also use in headless context. That is they are authored standalone, not in context of an AEM page.
To execute search on both CF and pages, you would need to tailor your query in search in both locations.
- If a page matches, return result
- If a CF matches, check references and return that page
Hi,
The core component CF and Foundation CF, both works differently.
dam/cfm/components/contentfragment create nodes in a content tree but core components read it from reference similar to experience fragments.
Thanks for the reply Arun.
But in my case I have never used the foundation CF component.
The fulltext search works fine when I use Core CF component ( version 2.3.2) but does not work if I use any higher version ( I have tried Core CF component version 2.4.0 & 2.12.0)
Content Fragments and Pages are 2 different resources within the system.
As Content Fragments have evolved they are also use in headless context. That is they are authored standalone, not in context of an AEM page.
To execute search on both CF and pages, you would need to tailor your query in search in both locations.
- If a page matches, return result
- If a CF matches, check references and return that page
Views
Likes
Replies
Views
Likes
Replies