Preserve hardcoded search arguments
-
Hello; I’ve bumped into a little problem:
I currently use two kind of search forms in my site, one for general, site-wide searchs, and other for specific blog search. I’m employing the usual hidden field on my custom form in order to control the search and exclude pages and the rest of my custom post types:
<input type="hidden" name="post_type" value="post" />
I’m using the plugin to extend the search to several custom taxonomies and meta fields (which works great), but now the search parameters gets ignored, and every form returns the same (untrimmed) results even when the URL still displays the parameter. Any ideas?
https://www.mysite.com/?s=my+search+in+the+blog&post_type=post
- The topic ‘Preserve hardcoded search arguments’ is closed to new replies.