I'm looking into into leveraging Experience Fragments in AEM 6.4 for a multisite.
However, the OOTB search uses a PATH to search for keywords, since the actual /content/site/.. tree will not contain the actual content BUT the references to the Experience Fragments, the search no longer returns results for content. If we include /content/experience-fragment as the search path then it returns the actual XF path itself which is not desired.
What would be the recommendation for an OOTB Search implementation? Ideally, the search should just return the content page from where the XF is referenced. Is there any way to achieve this OOTB ?
Thanks in advance!