For AI agents: visit https://octave.readme.io/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI. Append .md to any documentation page URL to get its markdown version.
Comparison List Syntax Fixed Value Comparison aMemberName (< or <= or == or > or >= or !=) aValueElement Value Comparison aMemberName (< or <= or == or > or >= or !=) bMemberNameModulo aMemberName % X (== or !=) YRegex aMemberName =~ aJavaRegexIN aMemberName IN ["value1", "value2", "value3"]CONTAINS aMemberName CONTAINS ["value1", "value2", "value3"]WITHIN (distance) location WITHIN 5 MILES OF [40.703987, -73.986759]WITHIN (bounds) location WITHIN [[0,0],[0,10],[10,10],[10,0]]EXISTS EXISTS aMemberNameAGE AGE (< or <= or == or > or >=) msSinceCreated (TIMEUNIT) or AGE('fieldname') (< or <= or == or > or >=) msSinceCreated (TIMEUNIT)MATCHES MATCHES /aJavaRegex/NOT NOT aFilterRule