Needs work
Project:
Taxonomy Browser
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
31 Dec 2008 at 08:28 UTC
Updated:
26 Apr 2011 at 08:29 UTC
Jump to comment: Most recent file
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?
| Comment | File | Size | Author |
|---|---|---|---|
| #8 | taxonomy_browser_autocomplete.diff | 3.78 KB | ezheidtmann |
Comments
Comment #1
d0t101101 commentedI'm also interested in this feature, it would be a major usability improvement for sites with massive taxonomies.
+1!
;)
Comment #2
nancydruDoes "multiple autocomplete fields" mean one for each vocabulary?
Comment #3
wmostrey commentedThat 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.
Comment #4
sbydrupal commentedInterested 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,
Comment #5
edmonkey commentedI'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!
Comment #6
nancydru@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.
Comment #7
ezheidtmann commentedAny progress on this issue in the development version? I am working on adding this feature to the "stable" 6.x version.
Comment #8
ezheidtmann commentedHere 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.
Comment #9
ezheidtmann commentedThe patch I posted has some problems. I'm working on a fix.
Comment #10
ezheidtmann commentedI have this working well on this site: http://mindfulcooking.org/find
If there's any interest, I'll figure out what I did and make a patch.
Comment #11
edmonkey commentedInterest from me!, could you supply the working 6.x module or patch with the autocomplete and msg ability. thnx