Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Made it clearer that the conditionals need to use a period separator.

...

If you don't know the exact value, you can use the following modifier suffixes in your queries by appending them to the parameter name.

  • .eq - equal (case-sensitive)
  • .not_eq - not equal (case-sensitive)
  • .gt - greater than
  • .gte - greater than or equal
  • .lt - less than
  • .lte - less than or equal

For example, this query would find all of the events occurring between May 15 and May 20, 2011:

...