You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by gi...@git.apache.org on 2017/09/12 07:44:39 UTC

[GitHub] garrensmith opened a new pull request #808: Add selector support for json indexes

garrensmith opened a new pull request #808: Add selector support for json indexes
URL: https://github.com/apache/couchdb/pull/808
 
 
   Adds selector support to json indexes. The selector can be used to
   filter what documents are added to the index. When executing a query
   the index will only be used if the index is specified in the use_index
   field.
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   
 
----------------------------------------------------------------
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