Changes between Version 3 and Version 4 of KeywordSuggestPlugin


Ignore:
Timestamp:
Sep 20, 2008, 9:19:12 PM (16 years ago)
Author:
scratcher
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KeywordSuggestPlugin

    v3 v4  
    3131{{{
    3232[keywordsuggest]
    33 tags = tag1,tag2,tag3
     33keywords = tag1,tag2,tag3
    3434mustmatch = True
    3535}}}
    3636There are two parameters to configure:
    37  * '''tags''' - specifies list of comma separated values available for input
     37 * '''keywords''' - specifies list of comma separated values available for input
    3838 * '''mustmatch''' [optional] - if specified, 'keywords' field accepts values from the tags list only
    39 
    4039
    4140== Recent Changes ==