Versions Compared

Key

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

...

  • For filtering by date and time, only two ISO 8601-based formats are accepted. The patterns shown are in JAVA notation ( java.text.SimpleDateFormat ):

    • Date:  yyyy-MM-dd

      Code Block
      2018-01-01
    • Datetime:  yyyy-MM-dd'T'HH:mm:ss.SSSXXX

      Code Block
      2018-01-11T10:26:47.438+07:00
  • If a filter can have multiples possible values which must match, use | (OR):

    Mgnl mini code snippet
    Stylesimple

    @ancestor@name=/travel/about/careers/marketing-associate|about

Filter types

Property filter

Filter for a property of the node. Thev The value for the property must be an exact match.

...

Filter for ancestor nodes of a provided path. The path must be absolute on in the given workspace of the given workspace prefix.

Mgnl mini code snippet
Stylesimple

...

@ancestor=/travel

...

/about/careers/marketing-associate

Anchor
example-queryNodes
example-queryNodes
Examples 

...