So all of my entries use the Pages module, and the Pages page_url’s are attributed to my navigation links. All works well there.
With search results, it looks like the correct page_url’s are being returned, but when I click one from results, the page brought up has the content displayed without the styles and images. But if I were to click the identical link from the navigation, it works. Here is my search results tag set:
{exp:search:search_results}
<a href="http://{page_url}">{title}</a>
{/exp:search:search_results}Here’s a link to an entry that works when clicked from the main navigation:
http://www.mywebsite.com/index.php/what_are_you_packaging/coffee
That exact same link is reported in search results, but again, returns a page that does not utilize the template’s image or stylesheet links correctly.
It’s weird. I mouseover the link from navigation and mouseover the link in search results and they are identical.