Title: Message
Hi all,
 
I am querying a collection of document by date using the following:
//doc([(contains(userID,"Jack") and contains(date,"2004-01-23")) or contains(date,"2004-01-24")])
 
However, this gives me an empty result set while I definitively have some records for those date and this user.
Is there a problem with the "or" operator?
or is it something to do with the use of braces?
 
Regards,
Boris

 

Reply via email to