By quicksand on
Hi all,
In my content-type "car", i have a textfield named "version".
In a view, i want to add an exposed filter to select a version of a car, this exposed filter is of course the textfield "version".
But, the exposed filter is an input field, where user must type the name of the version to view its caracteristics.
What can i do, to transform this input exposed filter to a select exposer filter where are referenced all different values of the field "version" ?
Any help will be appreciated.
Thanks
Comments
_
Field "version" can be made as taxonomy term. Then will be possible to use filter by taxonomy terms as select combo box.