You might also want to check if you have any URL rewrites/redirection on your site which is going to the page with search.asp?zoom_query=-1 in the URL, or if you have created your own search form in HTML, you might have a typo in an input tag where instead of something like:
<input type="hidden" name="zoom_cat[]" value="-1">
and you may have mistakenly put zoom_query in place of the variable name.
Leave a comment: