When several field value filters are added, they are evaluated as AND conditions. That is, if we put several field value conditions, they must all be fulfilled in the documents we want to list.
In the following example, the queue will return all the elements in which the First Letter is J and the Last Letter is T.
Can OR conditions be implemented?
OR conditions can only be implemented using queue masks.
Comments
0 comments
Please sign in to leave a comment.