Fulltext search for nested containers do not work
- February 4, 2025
- 9 replies
- 1719 views
Below is the scenario
On pageA I have a text component as in below heirarchy.
Container -> Container -> Text.
And on pageB I have text component on Container -> Text.
I have written a fulltext query to search a keyword. It should return me all the pages that has that keyword. AEM returns me pageB but not pageA as the keyword is inside the nested container.
Fulltext Query
type=cq:Page
path=/content/demo
fulltext=herbs
fulltext.relPath=.
Please advise.








