Hello couchdb devs,I would like to add operators $sizeGte and $sizeLte to the mango selector language.
Example: It solves the problem of selecting documents with at least 10 customers and at most 20 customers in the customers array.
I have created a PR here - https://github.com/apache/couchdb/pull/3582 Any feedback and help welcome. best, Hannes Klarner.