Description
Signature:
public Map<String, Integer> getTagCountForQuery(String from, String where) throws XWikiException
Exemples of usage :
$xwiki.tag.getTagCountForQuery(", BaseObject as obj", "obj.name=doc.fullName and obj.className='Blog.BlogPostClass'")
This will be usefull for the grid applications, it will allow to dynamically display a tag cloud matching the grid selection parameters