wiki:KeywordSuggestPlugin

Version 4 (modified by scratcher, 16 years ago) (diff)

--

Autocomplete feature for 'keywords' field

Description

Plugin provides autocomplete function for 'keywords' ticket field. Optionally it is possible to restrict list of keywords allowed to input.
It uses jQuery plugin: Autocomplete for javascript part.

Bugs/Feature Requests

Existing bugs and feature requests for KeywordSuggestPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:keywordsuggestplugin here].

Source

You can check out KeywordSuggestPlugin from here using Subversion, or browse the source with Trac.

Example



Sample picture of autocomplete feature

Configuration

Following section must be added to trac.ini configuration file:

[keywordsuggest]
keywords = tag1,tag2,tag3
mustmatch = True

There are two parameters to configure:

  • keywords - specifies list of comma separated values available for input
  • mustmatch [optional] - if specified, 'keywords' field accepts values from the tags list only

Recent Changes

17470 by rjollos on 2019-08-26 21:18:24
TracKeywordSuggest 0.5.0dev: Drop support for Trac < 1.0
17469 by rjollos on 2019-08-26 20:37:51
TracKeywordSuggest 0.5.0dev: Fix failing test cases
17189 by rjollos on 2018-06-03 23:14:12
TracKeywordSuggest 0.5.0dev: Fix rename error in r12103

Fixes #13433.

(more)

Author/Contributors

Author: scratcher
Contributors:

Attachments (2)

Download all attachments as: .zip