Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The tag browser: Provides a tree/list overview of all the tags stored in the JCR repository's tags workspace:

    The browser allows:
    • Adding new tags (the Add tag action in the Action bar).
    • Renaming tags (the Rename item action).
    • Deleting one or multiple tags (the Delete item action).
    • Accessing the the tag dependency view (via the Show tagged content action).
    • Tag searching. 
      The search is case-insensitive, forward-looking and the its logic is applied not to the actual name of a tag, but to its node representation in the JCR repository's tags workspace. Thus, having defined the history and History tags, the following may occur:


      Search word
      Returned result(s)
      Name columnPath column
      history

      Image Modified history
      Image Modified History

      /h/hi/history
      /h/hi/History

      History

      Image Modified history
      Image Modified History

      /h/hi/history
      /h/hi/History
      hi

      Image Modified history
      Image Modified History

      Mgnl f
      hi

      /h/hi/history
      /h/hi/History
      /h/hi
      h

      Image Modified history
      Image Modified History

      Mgnl f
      h
      Mgnl f
      hi

      /h/hi/history
      /h/hi/History
      /h
      /h/hi
      /h

      Mgnl f
      h

      /h
      /hi<no results>*
      story<no results>

      * Zero results even in the Path column because no path beginning with /hi exists.

...