Autocomplete as an alternative to select and checkbox
wmostrey - December 31, 2008 - 08:28
| Project: | Taxonomy Browser |
| Version: | 6.x-1.4 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | NancyDru |
| Status: | needs work |
Description
It would be great if we could have multiple autocomplete fields as an alternative to the select list and checkboxes. Is there any work done on this already or could you give some indication on how to start implementing this?

#1
I'm also interested in this feature, it would be a major usability improvement for sites with massive taxonomies.
+1!
;)
#2
Does "multiple autocomplete fields" mean one for each vocabulary?
#3
That means multiple autocomplete fields for each vocabulary. So once one autcomplete field is selected, another one pops up. Or alternatively we could place a "Add another term" button.
#4
Interested in the same autocomplete feature. I posted similar request to other modules, and this functionality is not present yet in drupal with the following form:
In its simplest form for 1 vocabulary:
an autocomplete taxonomy term menu, where, the menu uses a vocabulary to autocomplete terms, directing the results to default drupal taxonomy module urls, /taxonomy/term/tid
Thanks, no luck so far,
#5
I'd be interested in this feature for 5.x
Its a great way not to overload the user with selectable items (i'm using it as a basic search over two vocabs with dropdown menus currently)
Thanks!
#6
@edmonkey: It is not necessary to change the Version; it was sufficient to request the back-port. I have not yet frozen the 5.x version (although that time draws nigh), so almost all changes I make are to both branches.
#7
Any progress on this issue in the development version? I am working on adding this feature to the "stable" 6.x version.
#8
Here is a patch that implements an auto-complete form for tagging vocabularies. An autocomplete field is displayed for each tagging vocabulary. Entry of terms is the same as if you were entering terms for a node. If an unknown term is entered, a message is set and the term is ignored.
The patch is against 6.x-14. Comments welcome.
#9
The patch I posted has some problems. I'm working on a fix.