Greetings
I'm new to PW, and think it's fantastic! Never, ever, have I seen such an amazing CMF!
Anyways, to my question: I had set some Hanna Code to render a list of page suggestions on the http404 page, which works perfectly. The problem, however, comes in when I use repeaters, which are page instances.
The page suggestion renderer has the following:
$suggestions = $pages->find('name|title|summary|body%='.$request);
I have a page that is named services-industries, and repeaters with the word services in the name. As such, repeaters appear in the suggestion results-list if applicable to the search.
How can I exclude/remove those?