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/29 15:03:20 UTC

[GitHub] willholley commented on issue #780: Filter documents on _changes feed with selector yields to wrong result

willholley commented on issue #780: Filter documents on _changes feed with selector yields to wrong result
URL: https://github.com/apache/couchdb/issues/780#issuecomment-325693023
 
 
   @orolle I can't reproduce this locally on master. I tested your filter with `"$gte": 1000` and the document is not returned. Changing it to `"$lte": 1000`, the document is returned. Also note that the document above isn't valid JSON (duplicate invoices.field1).
   
   Can you post a full reproduction including `curl` commands to create/insert the document?
 
----------------------------------------------------------------
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