Hello All,
I am having an issue with my search results page. I have a pretty simple set up right now:
<ul id="search-results-list" class="blanklist">
{exp:search:search_results switch="resultRowOne|resultRowTwo"}
<li class="{switch}">
<h3><a rel="internal" href="{page_url}">{title}</a></h3>
<p>{excerpt}</p>
</li>
{/exp:search:search_results}
</ul>
However there are some factors that complicate the effectiveness (it downright breaks). I have several areas where channel entries are loaded onto a page for display and are never visible on their own page. These results need to show up in the search results, I would just like the user to land on their containing page. Is this possible to do?
An example would be something like this:
I have a collection of white papers, each paper has it’s own entry, but they are all displayed on one page.
Another example would be:
I have a collection of products, these product are only visible in a select menu on a product parent page. I would like these products to show up in a search as unique items, but when selected the user is taken to the product parent page and can pick the item from the select menu.
Is there a way to tweak the search to allow this to happen?
Any help would be greatly appreciated.
Thanks!
Nathan
