In using the core Search component, I have discovered that content nested in 2 levels of Layout Containers is not showing in my search results while content in only one Layout Container does show.
Is there a default setting that can be modified to pull back search results from within two nested Layout Containers or possible deeper?
EDIT - Answer marked correct is not the solution.
By default, the cqPageLucene oak:index only indexes 4 nodes deep (*/*/*/*).
To increase the node depth for search, you can add additional includes under oak:index/cqPageLucene/aggregates/cq:PageContent with additional levels. By adding include4 (*/*/*/*/*) and include 5 (*/*/*/*/*/*) to my aggregates, my nested components began producing search results.