I’m currently working on a search function, but I need some extra functionality. The search form accepts 3 parameters,
city, name and category. I can search by filling in the city and category
When I’m on the result page I need to show the results + some links in the sidebar. The links are links to “subcategory” results, which means that when you click on one of those links, you get a new result page with only entries in that subcategory.
Creating the list with subcategories is not the problem, but creating the right links is. I don’t know how to link to the search result page with the right search parameters, which would be the subcategory name and the city.
Anyone can help?