Jump to content

Wrong expression in result URL


hanSojay

Recommended Posts

Hey there!

I have some unusual trouble with the advanced search module.
I am using a custom theme with a predefined category select list (and some other filters):

<select name="data[categories][]" class="jrSelect">
	<option value="9">Was suchst Du?</option>
	<option value="">Weiß ich noch nicht</option>
	<option value="36">Mountainbikes</option>
	<option value="11">Citybikes</option>
	<option value="42">Rennräder</option>
	<option value="48">Trekkingräder</option>
	<option value="27">Fahrräder für Jugendliche</option>
	<option value="28">Fahrräder für Kinder</option>
	<option value="10">BMX</option>
	<option value="30">Falt-/Klappräder</option>
	<option value="31">Lastenräder</option>
</select>

But If I choose a value and search for it, I get the following result url:
https://mtbindex.com/jreviews/search-results?order=alpha&cat=36&query=all

Instead of the category name like "../mountainbikes/.." the url displays ".../jreviews/..." .
 

Best regards,
hanSojay

Link to comment
×
×
  • Create New...