Changes between Version 31 and Version 32 of S3/S3REST/URLFormat


Ignore:
Timestamp:
05/12/13 20:37:42 (12 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3REST/URLFormat

    v31 v32  
    5959  ||!__gt||greater than, >||numeric and date types only||
    6060  ||!__ge||greater than or equal, >=||numeric and date types only||
    61   ||!__like||like, LIKE(%value%)||string/text types only||
     61  ||!__like||wildcard matching, use * as wildcard||string/text types only||
    6262  ||!__contains||containment||list types only||
    6363  ||!__belongs||reverse containment||||