Disjunctive Query
-
-
I want to make a disjunctive query... for example to get data from two locations: Edmonton OR San Francisco. I tried writing "name" : { "Edmonton", "San Francisco" } but didn't work. Can you help me please?
-
Hi, try using the |= operator with the topics id's. Check out this section of theĀ mql manual.
-