As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
There is an example of compound queries and Joining Operators in the HTML5 Data Store Guide : http://devcenter.kinvey.com/html5/guides/datastore#CompoundQueries
However, there is no such example in the REST API Data Store Guide nor the BL Custom Endpoint.
Can you post some official examples of using "OR", "AND", and "NOR" in the other guides please?
1 Comment
J
Justin Noel
said
over 9 years ago
So I came up with my own solution. It seems to work okay.
var userCollection = modules.collectionAccess.collection('user');
Justin Noel
However, there is no such example in the REST API Data Store Guide nor the BL Custom Endpoint.
Can you post some official examples of using "OR", "AND", and "NOR" in the other guides please?