Closed (duplicate)
Project:
Drupal core
Component:
taxonomy.module
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
22 Apr 2005 at 18:20 UTC
Updated:
24 May 2005 at 05:18 UTC
Jump to comment: Most recent file
When adding folksonomy terms to a node, drawing from existing terms would be a useful feature. There are two options worth considering:
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | taxonomy_autocomplete.patch | 2.41 KB | killes@www.drop.org |
Comments
Comment #1
factoryjoe commentedThis was intended for Morbus' freetagging code, which doesn't have a separate project. Thus, I'm moving it to the drupal project.
Comment #2
killes@www.drop.org commentedI think that should be easy once Thox' Ajax code has hit core.
See:
http://drupal.org/node/22471
Comment #3
killes@www.drop.org commentedOk, somebody please try this patch. You'll need to apply the ajax patch first.
Comment #4
Steven commentedGood patch, some niggles:
Comment #5
Steven commentedI've confirmed the "extra spaces after commas" problem occurs. The simplest fix is to just implode and explode the same and ignore whether spaces are correct. They will be trimmed off when the terms are saved anyway.
Also, this bit of code could use a bit of commenting:
// The user enters a comma-separated list of tags. We only autocomplete the last tag.
Comment #6
Steven commentedNow superseded by #22519.