hAp://.../Users?$filter=DisplayName eq ‘Hao Chen’ • Logical operators: eq, ne, gt, ge, lt, le, and, or, not • ArithmeMc operators: add, sub, mul, div, mod • String funcMons: substringof, startswith, concat, length, substring, trim, e • Other funcMons: round, floor, ceiling, year, month, day, isof, etc. • Any/all (new in “OData v3”) • hAp://.../Soupons?$filter=Ingredients/any(i: substringof(‘garlic’,i)) • Compound condiMons (can be arbitrarily complex) • hAp://.../Users?$filter=year(LastSeenAt) eq 2012 and FavoriteTags/any(4 eq ‘gazpacho’)