Multiple Input Search
-
Hi!
I’ve got a form with two input fields. A search input and a location input:
<input type="text" name="s" placeholder="Keyword or trade" /> <input type="text" name="m" placeholder="Location" />
If I type whatever I want in the search input it works fine and finds what I want, but the location input doesn’t have any effect.
The locations input will ideally check against a custom taxonomy and get the posts from there.
Whats the best way to extend the search to use both inputs? Should I just concatenate the strings and let Relevanssi figure out the results?
Cheers
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Multiple Input Search’ is closed to new replies.