You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/11/07 15:39:15 UTC

[GitHub] davisp commented on issue #1718: Perform explicit $exists:false on Index validation

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:
users@infra.apache.org


With regards,
Apache Git Services