Indexing auto-generated content
PermalinkAfter spending an hour searching for all the steps to ensure proper site indexing I have it working, except for this last issue.
I double-checked the /index.php/dashboard/sitemap/search/manage_index/ list and the auto-generated areas are in the list so they should be indexed along with everything else, but nothing will show up from those areas on the page_types in question.
My guess is that since the pages need to be accessed for the areas to be created each time (and to display their content blocks) that they are not getting indexed.
Am I S.O.L.?
Cheers :D

The pages that your page_list is listing should be included in the index, so hopefully that is an acceptable solution. Otherwise you'd have to hack the page_list controller and add a getSearchableContent() function which outputs the page list's contents (not sure exactly how you'd do this though -- would require some serious php coding).