操作符
$eq 等于
$lt 大于
$gt 小于
$regex 模糊
$in 包含
$nin 不包含
使用方法 操作符 + 變量名 如
$ltLastModifiedWhen=$date2017-04-29T00:00:00.000Z
數(shù)據(jù)類型
$date 日期類型
$date2017-04-29T00:00:00.000Z
除了日期格式比較特殊坪圾,需要用$date開(kāi)頭笛粘,其他都可以用字符串來(lái)傳輸
模糊查詢
http://localhost:8100/api/search/order?$regexcurrectProcessName=服務(wù)商
包含/不包含 查詢
http://localhost:8100/api/search/order?$inName=基礎(chǔ),基礎(chǔ)2,基礎(chǔ)3