Open the menu
    ```html

    Tags: Tag List

    Interface used to display a list of existing tags in the tag service instance. This interface uses the big data repository to retrieve the data. Thus, the tags will be displayed in this interface if they are properly indexed in the big data repository. This interface also features a search similar to that performed in the standard search service to try to maintain consistency between the data presented in it and in the search. By using the aggregation API of the big data repository, this interface does not support pagination, sorting, or filters.

    Screens

    Tag List

    Data

    Tag List

    • Tag Name(Tag) : Name to identify the tag.
    • Number of tags(integer) : Number in parentheses, next to the tag, indicating the number of associated contents.
    ```