下面是在Azure Dev环境上执行并返回文档的查询
{ "$or" : [ { "$and" : [ { "restrictions" : { "$elemMatch" : { "city" : { "$regex" : "Austin" , "$options" : "i"} , "state" : { "$regex" : "Texas" , "$options" : "i"} , "postalCode" : null , "location" : null }}}]} , { "itemNumber" : { "$in" : [ ]}} , { "gtin" : { "$in" : [ ]}}]}
如果我在Azure QA环境上执行相同的查询,则结果将为空(已提取文档0)。
两种环境中都有相同的图像。