From 0be702b959ee3a557cec7a93309bd407c76525ad Mon Sep 17 00:00:00 2001 From: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> Date: Mon, 16 Oct 2023 19:32:00 +0000 Subject: [PATCH] docs(generated): add ddoc filter known issue Generated SDK source code using: - Generator version 3.79.0 - Specification version 1.0.0-dev0.1.4 - Automation (cloudant-sdks) version 6fd424f Signed-off-by: cloudant-sdks-automation <71659186+cloudant-sdks-automation@users.noreply.github.com> --- KNOWN_ISSUES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/KNOWN_ISSUES.md b/KNOWN_ISSUES.md index cdeb07fc5..7475bbe36 100644 --- a/KNOWN_ISSUES.md +++ b/KNOWN_ISSUES.md @@ -71,6 +71,13 @@ Example JSON request body: * Manually setting an `Accept-Encoding` header on requests will disable the transparent gzip decompression of response bodies from the server. * Manually setting a `Content-Encoding` header on requests will disable the transparent gzip compression of request bodies to the server. +### Changes feed + +#### Filters + +The SDK does not support passing arbitrary query or body parameters to dynamic filters in design documents. The workaround and recommended +option is to use a `selector` type filter. + ## Cloudant SDK for Node.js ### Disabling request body compression