Versions Compared

Key

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

...

  • equal or equals - the value is the same as the criteria (also used as an "in" operation when the criteria is an array)
  • notequal or notequals - the value is different than the criteria
  • lessthan - the value is less than (numerically or alphabetically)
  • lessthanorequal/lessthanorequals - the value is less or equal to the criteria
  • greaterthan - the value is more than (numerically or alphabetically)
  • greaterthanorequal or greaterthanorequals - the value is more than or equal to the criteria
  • contains/notcontain (string) - the value includes the provided string (e.g., smithe contains smith)
  • blank/notblank - does not have a value
  • radius - this is a special case for use with location/radius searches including animals, organizations and events.  See Radius searches below.

...