apache / nano

Nano is now part of Apache CouchDB. Repo moved to https://GitHub.com/apache/couchdb-nano
https://github.com/apache/couchdb-nano
Other
1.13k stars 157 forks source link

Perform search over POST too #338

Open lzambarda opened 8 years ago

lzambarda commented 8 years ago

A too long search query results in an error 400 from couchDB (due to GET url length limitations), however if the same query is sent inside the body with a POST call, couchDB works properly. From the code it seems that nano can only perform search operations over GET and not POST.

carlosduclos commented 7 years ago

This repository has been merged into apache/couchdb-nano, please continue the discussion here