You need to create an OData filter expression that returns books that match the following
characteristics:
✑ Published after 1/1/2000
✑ Have “Science” as the first word
Which filter statement should you use?
A.
Option A
B.
Option B
C.
Option C
D.
Option D
D
+1
+1, gt and StartsWith are keywords
D. “greaterthan” is not OData
http://www.odata.org/documentation/odata-version-2-0/uri-conventions/
Thanks FigArt, your source was useful.