MK
Results
1
comments of
MK
Hi, I have similar problem using "or" matcher. I have query like this: from(some_list).where("prop1", eq(some_val)) .or("prop2", eq(some_val)) .or("prop3", eq(some_val)) .all(); but I receive objects that match only first matcher :(...