Changes between Version 46 and Version 47 of S3/S3REST/URLFormat
- Timestamp:
- 04/25/17 11:07:50 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3REST/URLFormat
v46 v47 135 135 }}} 136 136 137 == Bracketed OR Queries == 138 139 If there is a need for a more complex query, such as one which requires a bracketed OR filter, then you can use the new {{{$filter}}} syntax,e.g.: 140 {{{ 141 ?$filter=(start_date lt "2012-01-01") and ((end_date gt "2012-10-01") or (end_date eq None)) 142 }}} 143 144 NB Be sure to quote string literals, including dates 145 137 146 == Boundary Box Queries == 138 147