02/22/2014 at 4:24 pm
#280875
Guest
don’t know if this is the right spot or not, but here is my question:
I’m building a site and everything works and looks fine up until a user tries to search for something. as of now the search works fine as long as they do it only once.
for instance: going to- myhospitalwebsite.com/physicians/cat/podiatry/
and then using the dropdown to change category, i get:
myhospitalwebsite.com/physicians/cat/podiatry/?cn-s=&cn-cat=5
i should get the url of the new category i selected in the dropdown.
in a nutshell, my question boils down to; how do i get the dropdown to forget about the current URL and start all search from the root URL.in which case, it should show as myhospitalwebsite.com/physicians/?cn-s=&cn-cat=5
thanks for any help