Opened 15 years ago
Closed 15 years ago
#5610 closed defect (duplicate)
Drop down list should show individual keywords and/or tags
Reported by: | Ryan J Ollos | Owned by: | scratcher |
---|---|---|---|
Priority: | normal | Component: | KeywordSuggestPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
It would be nice if the drop-down list provided by the KeywordSuggestPlugin showed a list of individual keywords. For example, in my installation I see:
However, I think it would be preferable if the entries where parsed according to the parameter multipleseparator
. If multipleseparator = ', '
, then my suggested keywords list would be:
TestAndMeasurement Theme Trac
If the KeywordSuggestPlugin were working with the TagsPlugin, then this list could be drawn from the TagsPlugin.
Overall the functionality of the KeywordSuggestPlugin might look more like the AutocompleteUsersPlugin.
For other tickets dealing with TagsPlugin integration see also: #4201, #4241, #3816.
Attachments (1)
Change History (3)
Changed 15 years ago by
Attachment: | KeywordSuggestPlugin.png added |
---|
comment:1 Changed 15 years ago by
comment:2 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
The patch in #4201 provides this functionality.
It looks like my request is similar to ticket #1344 for the TagsPlugin.