nickva commented on code in PR #5515:
URL: https://github.com/apache/couchdb/pull/5515#discussion_r2067870346


##########
src/couch_mrview/src/couch_mrview_http.erl:
##########
@@ -241,7 +241,8 @@ do_all_docs_req(Req, Db, Keys, NS) ->
         ),
         IsAdmin = is_admin(Db),
         Callback = get_view_callback(DbName, UsersDbName, IsAdmin),
-        couch_mrview:query_all_docs(Db, Args, Callback, VAcc0)
+        ValidatedArgs = couch_mrview_util:validate_all_docs_args(Db, Args),

Review Comment:
   Thanks! I added a set of http "local" query tests in a addition to just 
calling `query_all_docs` directly.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to