2016-01-23 25 views

回答

3

我提供了mongo查詢,我不認爲它會很難通過流星發送(我不使用它)。

那麼試試這個簡單的$or查詢

{ $or: [ { 'topLevelField' : 'X' }, { 'items.field2' : 'Y' } ] }