Versions Compared

Key

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

...

If no operator is provided, eq is used by default. The value in the filter parameter is treated as String .

Supported operators:

  • eq means =
  • ne means <>
  • lt means <
  • gt means >
  • lte means <=
  • gte means >=
  • like means LIKE
  • in means IN
  • not-in means NOT IN

For in and not-in, a range symbol ~ (the tilde) should be provided, for example:

...