General Actions:
activated: Yes
A suggest source is a URL that takes 3 parameters: query, input and nb. The query parameter must contain a __INPUT__ placeholder. This URL must process the query with the given user input and return the result in the XML format expected by the suggest component.
Name | URL | Query | Results Number | Icon | Highlight matches | Activated |
---|---|---|---|---|---|---|
Document name | $xwiki.getURL('XWiki.SuggestLuceneService', 'get', 'outputSyntax=plain') | name:INPUT* OR web:INPUT* | 3 | $xwiki.getSkinFile('icons/silk/page_white_text.gif') | Yes | Yes |
Document content | $xwiki.getURL('XWiki.SuggestLuceneService', 'get', 'outputSyntax=plain') | INPUT* | 3 | $xwiki.getSkinFile('icons/silk/page_white_text.gif') | No | Yes |
Attachment name | $xwiki.getURL('XWiki.SuggestLuceneService', 'get', 'outputSyntax=plain') | name:INPUT* AND type:attachment | 3 | $xwiki.getSkinFile('icons/silk/attach.gif') | Yes | Yes |
Attachment content | $xwiki.getURL('XWiki.SuggestLuceneService', 'get', 'outputSyntax=plain') | INPUT* AND type:attachment | 3 | $xwiki.getSkinFile('icons/silk/attach.gif') | No | Yes |
Blog Posts | $xwiki.getURL('XWiki.SuggestLuceneService', 'get', 'outputSyntax=plain') | INPUT* AND object:Blog.BlogPostClass | 3 | $xwiki.getSkinFile('icons/silk/page_white_picture.gif') | No | No |
Users | $xwiki.getURL('XWiki.SuggestLuceneService', 'get', 'outputSyntax=plain') | INPUT* AND object:XWiki.XWikiUsers | 3 | $xwiki.getSkinFile('icons/silk/user.gif') | No | Yes |