Closed OrkhanAlikhanov closed 6 years ago
member(of groups: [String]) and has(tags: [String]) should be able to be queried with or and and search condition. Just like in Search
member(of groups: [String])
has(tags: [String])
or
and
person.member(of: ["family", "parent"], using: .and) person.has(tags: ["family", "parent"], using: .or)
Solved in https://github.com/CosmicMind/Graph/pull/151#pullrequestreview-145835988
member(of groups: [String])
andhas(tags: [String])
should be able to be queried withor
andand
search condition. Just like in Search