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/08/24 09:56:19 UTC

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

garrensmith opened a new pull request #775: Add selector support to json indexes
URL: https://github.com/apache/couchdb/pull/775
 
 
   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 choosen if the query selector contains the selector defined in
   the index or if the index is defined via `use_index`.
   
   ## 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