how can we make custom made searches in drupal. is like i want to search dynamically, based on few parameters how that can be done in drupal,,

example. users want to search according 3 parameters , using 3 text boxes where he fills information like country, place region, how that is possible.

can any one help me pleasee...

thanks and regards.

Comments

WorldFallz’s picture

Usually done with views and 'exposed filters' (add filters for the parameters you wish the users to interact with, then click the 'expose' button).