Changes between Version 46 and Version 47 of S3/S3REST/URLFormat


Ignore:
Timestamp:
04/25/17 11:07:50 (8 years ago)
Author:
Fran Boon
Comment:

$filter

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/URLFormat

    v46 v47  
    135135}}}
    136136
     137== Bracketed OR Queries ==
     138
     139If 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
     144NB Be sure to quote string literals, including dates
     145
    137146== Boundary Box Queries ==
    138147