标签: mongodb
slot1.attributes = [a,b] slot2.attributes = [c,d] query_attributes_list = [a,b,c,d,e] slot3.attributes = [e,f]
我想查询在query_attributes_list中具有所有属性的插槽。 对于上面的示例,它将返回slot1和slot2。插槽3的“ f”属性不属于query_attributes_list。 有谁知道在这种情况下如何查询MongoDB?