How would I enable users to be able to search through dropdown options via a search bar built into the dropdown somewhere?
Hi, in a custom search View there is no autosuggest or autocomplete filter type. The filter types offered in Views are:
- text input
- select
- select multiple
- radio button
- checkbox
You would have to create a custom autosuggest input using custom code to extend that list of filter types.
Thank you for your reply Christian.
It is disappointing to see that this isn't an option available.
I don't think I can find an effective way of filtering through large taxonomies using Toolset. A text search can be too vague (no prompts for user etc), there are too many terms active for the other methods to work (cannot list 1000 terms), yet there is nothing in between these at all?
Especially as this desired option is in use in the Toolset GUI already!
yet there is nothing in between these at all?
Unfortunately that's correct, the filter types offered in custom search Views are:
- text input
- select
- select multiple
- radio button
- checkbox
Anything beyond those options will require custom code.
Thank you for your time with this Christian.
This is very disappointing to see (although nothing to do with you obviously!).