By davidzo on
Is it possible to create a page with a form that will allow you to search through nodes of a certain content type by their fields such as the date or nodereference?
Is it possible to create a page with a form that will allow you to search through nodes of a certain content type by their fields such as the date or nodereference?
Comments
Hi! I have the same
Hi! I have the same problem/question. Have you found some reasonable solution?
_
You can set this up with the http://drupal.org/project/views module using 'exposed filters'. Simply create a page view the way you want it to appear, then add filters for the items you wish the users to interact with, and click the 'expose' button in the filter configuration settings. You can see a demo of this in any issue queue here on drupal.org.