jcoglan commented on pull request #3783:
URL: https://github.com/apache/couchdb/pull/3783#issuecomment-949638061


   For clarity I'm referring to the queries performed by these requests:
   
   ```
   curl -s "$COUCH_URL/debug/_design/by-type-name/_view/by-type-name?group=true"
   
   curl -s 
"$COUCH_URL/debug/_design/by-type-name/_view/by-type-name?group=true" -H 
"Content-Type: application/json" -d '{"keys": [["file", "chaîne"]]}'
   
   curl -s 
"$COUCH_URL/debug/_design/by-type-name/_view/by-type-name?group=true" -H 
"Content-Type: application/json" -d '{"keys": [["file", "chaîne"]]}'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to