I am using Joomla 2.5.4 and when I search using the Search component, the urls are not what they should be.
The expected url should look like this:
/desktop-projects/78-projects/76-project
/<MenuItem>/<Category>/<Article>
The actual search result urls look like this:
/component/content/article/78-projects/76-project
When it links to this /component/content/article/ style url, the page doesn't have the modules assigned to the menu item. Why doesn't it have the menu item in the url?
I have noticed that other modules/components link this way as well, is there something I'm missing ?