views:

47

answers:

1

How do you add Search form to your Views in Drupal?

Do I have to edit specific view template and add to it form-creating code that posts arguments to my view? Should form's method URL be simply view's URL and form fields the same as view arguments? Is that all the tricks I need to know?

+2  A: 

All you have to do is create filters and hit the 'expose' button on them. This'll allow the user to manipulate those filters to their heart's content.

ceejayoz