We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f3eae1 commit 431fecdCopy full SHA for 431fecd
src/db.lisp
@@ -263,7 +263,7 @@ that can be used to perform operations on it."
263
(:reply ((db =database=) &rest doc-ids)
264
(handle-request (response db "_all_docs" :method :post
265
:parameters '(("include_docs" . "true"))
266
- :content (format nil "{\"foo\":[~{~S~^,~}]}" doc-ids))
+ :content (format nil "{\"keys\":[~{~S~^,~}]}" doc-ids))
267
(:ok response))))
268
269
(defmessage put-document (db id doc &key)
0 commit comments