By radu_d on
Hi,
For my site I want to have a way in which users can search the site content.
I want to have in the upper right a textfield and a button to allow search in nodes title field.
Also I want to have an advaced search that will allow user to specify a price range and other features.
My approach will be to make a custom module that exposes two forms. One for the upper part to search node titles and one for advanced search.
The using those forms arguments I want to use a view for searching.
Do you think this is possible? Do you know any tutorial for displaying a view from a custom form?
Do you know another solution for acieving this?
Thanks a lot,
Radu