wohali commented on issue #1510: Support JOINs in Mango URL: https://github.com/apache/couchdb/issues/1510#issuecomment-431046019 @natcohen FYI one way this can be achieved today is via the [partial indexing](http://docs.couchdb.org/en/stable/api/database/find.html#partial-indexes) feature. It's not perfect, but you might want to give it a look. Basically, make an index that represents the first part of the join, then use a selector on that partial index specifically to restrict the query further.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
