hklarner opened a new pull request #48:
URL: https://github.com/apache/couchdb-mango/pull/48


   - supports inequality matches for `$size`
     - example: between 10 and 20 customers in array 
       - `"doc.customers": {"$sizeGte": 10}`
       - `"doc.customers": {"$sizeLte": 20}`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to