Versions Compared

Key

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

...

Operator

=

equal to

!=

not equal to

>

greater than

>=

greater than equal to

<

less than

<=

less than equal to

between

between

not between

not between

in

in

not in

not in

like

like

% must be encode with %25

not like

not like

likeIgnoreCase

like ignore case

not likeIgnoreCase

not like ignore case

!

negation

on Vessel resource: ! (hasGrabsOnboard = false and iceClass = null)

...

The expression can be used in combination with sorting and pagination through URL query parameters.

Calculated fields cannot be used within the expressions.