Is there a plugin for Drupal 6.1 that will allow me to use more sophisticated search, such as "estate agency websites" are using. It is meant to use a drop down menu from which to choose one option. I need four fields for: Location, Property type, Price, No. of bedrooms. It is a critical feature for my dissertation project. Can someone help?

Comments

mmerlange’s picture

Hi,

I've been searching such a module or a complete example for days! Have you found it? (6 or 5 version)
Thank you and good luck,

Michael

patrick_rys’s picture

please let me know what module you found for ver 6

drawk’s picture

It sounds like maybe what you want to do is to use CCK to add the necessary fields (ie. property type, price, number of bedrooms), and possibly Location module to add the location, and then use Views with exposed filters for the search mechanism.