-
This came up over in the CouchDB Slack that I think is worth keeping here as well: Original QuestionHi i'm using _find on Windows with CURL command. I need to query with "accents" or "tilde" for example:
I'm using CouchDB 3.1.0 on Windows 10. First Responsetry storing the selector in a file and use Original ContinuedHi, would it work for me? Option 1: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
SolutionThank you! I try both options, The firts option worked me. And use the json structure with special caracters for windows:
And my curl command on Windos was: |
Beta Was this translation helpful? Give feedback.
Solution
Thank you! I try both options, The firts option worked me. And use the json structure with special caracters for windows:
And my curl command on Windos was:
curl -X POST http://anna:secret@127.0.0.1:5984/pruebaproyecto/_find -H "Accept: application/json" -H "Content-Type: application/json" -d @query1.json