davisp commented on issue #1718: Perform explicit $exists:false on Index validation URL: https://github.com/apache/couchdb/pull/1718#issuecomment-436666222 It seems like rather than adding a second pass we should just modify this clause: https://github.com/apache/couchdb/blob/master/src/mango/src/mango_selector.erl#L636 There we can just do a lists:member tests and if the exists:false field is present we just return false from that test and reject the index.
---------------------------------------------------------------- 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
