Hi Katya, Your logic is correct. That's exactly what I need.
So how would I code that? Because the way I have it now is not working?
Hi Katya, Your logic is correct. That's exactly what I need.
So how would I code that? Because the way I have it now is not working?
Calvin,
You would need to implement something like the following example: pre{"$and":[{"$or":[{"s_location":"u_location"}, {"s_location":"all"}]}, {"$or":[{"s_other":"u_other"}, {"s_other":"all"}]}]}/pre
Katya, You are AWESOME!! That worked... thank you.