Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

in Drupal 7, any idea how to approach making a searchbox like that: http://www.spareroom.co.uk/ ? How would you go around to do it, with which modules? I want the autocomplete and the linking to content that have the specific location chosen on the searchbox, like the one I post in the example. How to index the location data, or geoloction data so that this data gets linked to the search box? thx!

share|improve this question

closed as not a real question by develkar, Chapabu, Ayesh K, Letharion, Patrick Kenny Mar 6 at 2:03

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

Try out Search Autocomplete module.

allows you to add autocomplete functionality to virtually any fields of a Drupal site. During the input, the field will be expanded and offer a list of suggestions before you start the search. By default, the module integrates with search forms from the Drupal core Search.

share|improve this answer
yes, but what about the geolocation data? this is the functionality that i need :O – Vagelis Kostopoulos Mar 5 at 14:47

Not the answer you're looking for? Browse other questions tagged or ask your own question.