By cwilde on
I have created a view of with a custom content type I created. Now, how do I make it so the user can search, or enter certain criteria so only that criteria shows up? I don't want to show all contents, I want the user to be able to filter it.
thanks much in advance!
Comments
Expose a filter in the view
In your view, you should set up filters for the criteria you desire. Instead of entering a value for the filter, press the expose button. The exposed filters will make a text box show up above the view where the value to filter for can be entered.
Groen