How can I manage tags?

In a larger Wiki it is vital to have proper tags to improve search of related documents. XWiki has the option to add and remove tags at the bottom of each page.

How can I (as a Wiki administrator) manage these tags?
More specifically, I’d like to view all available tags in a list, merge similar/duplicate tags, fix incorrect spellings, and so on.

I could not find any related hint.

Best regards,
Bernhard

Hi @rahra.

Right now the UI features we offer for tags out of the box are listed on https://extensions.xwiki.org/xwiki/bin/view/Extension/Tag%20Application

As you can see there we support listing all tags, renaming tags and deleting tags.

We also offer a scripting API if you need to do something custom, see https://www.xwiki.org/xwiki/bin/view/ScriptingDocumentation/?url=http:%2F%2Fnexus.xwiki.org%2Fnexus%2Fservice%2Flocal%2Frepositories%2Fpublic%2Farchive%2Forg%2Fxwiki%2Fplatform%2Fxwiki-platform-tag-api%2F12.6.4%2Fxwiki-platform-tag-api-12.6.4-javadoc.jar%2F!%2Fcom%2Fxpn%2Fxwiki%2Fplugin%2Ftag%2FTagPluginApi.html

Accessible through $xwiki.tag in a velocity script for example.

Hope it helps

1 Like

Thank you very much. It looks that I dont have enough permissions, so the “delete”/“rename” options did never show up for me.