AI OnAI Off
You could iterate through found pages, and make a new search for each item (page) looking for this pagereference in the property "PageShortcutLink" and have PageShortcutType.FetchData, and add those page to the collection.
It would work but I don't know how fast it would be :-)
I need help on a scenario.
I have a bunch of pages that are links "Fetch data from page in EPiServer CMS". Sometimes there are several pages that are links to the same page.
When i search for a keyword in this page i want to find not only the original, but also all the linked pages.
Is this possible somehow?