Posted by drupalina on November 30, 2013 at 4:23pm
I'm sketching a web-app, like a standard YellowPages. At the top I want to place an autocompletable dual search box, like we see on most YellowPages sites:
What? (Taxonomy, Product name, Username) AND Where? (Location).
I'm interested to see what the members of this group have found to be best modules to achieve this type of standard YellowPages functionality???
How can you have 2 boxes inside the search form, one of which is a Location search box?
This type of dual-box search is pretty standard for Directories,so I'm wondering how it can be best achieved in Drupal?
Comments
Within Views (I'm presuming
Within Views (I'm presuming you're using Views), you can expose several filters under Filter Criteria. One would be the one for the What? and the other for the Location. You can also likewise expose sorting so users can change how the view is sorted.
This seems like the simplest way to implement such, unless there is more to the issue.