willholley commented on code in PR #4810: URL: https://github.com/apache/couchdb/pull/4810#discussion_r1375881371
########## src/docs/src/api/database/find.rst: ########## @@ -754,8 +760,10 @@ can itself be another operator with arguments of its own. This enables us to build up more complex selector expressions. However, only equality operators such as ``$eq``, ``$gt``, ``$gte``, ``$lt``, -and ``$lte`` (but not ``$ne``) can be used as the basis of a query. You should -include at least one of these in a selector. +``$lte`` and ``$beginsWith`` (but not ``$ne``) can be used as the basis Review Comment: I agree it's not an equality operator and we can change the language here. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
