Versions Compared

Key

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

...

Supported filter operators

OperatorMeaning
eq=
ne<>
gt>
lt<
lte<=
gte>=
likeLIKE
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 other additional characters.
_ (underscore) 
  • Underscore - Wildcard character that can be used in the search pattern to stand for
:
  • any single character.

Filter types

Property filter

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

...