OperatorMeaning
eq=
ne<>
gt>
lt<
lte<=
gte>=
inIN
not-inNOT IN

like

Can be used with:

% (percentage, URL encoded as %25)

_ (underscore) 

LIKE

Can be used with:

  • Percentage - Wildcard character that can be used in the search pattern to mean zero or more additional characters.
  • Underscore - Wildcard character that can be used in the search pattern to stand for any single character.
null

NULL ((warning) Magnolia 5.6.6+)

The value can be either true or false. For example, sending mgnl:created[null]=false is equivalent to issuing mgnl:created IS NOT NULL in JCR query.

The operator can be used with any property.

#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels