From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 7 May 2025 13:41:49 +0000 (-0700) Subject: Documentation: correct custom field search example X-Git-Tag: v2.16.0~3 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=7cabb5bf988f36a787cb0b0a6349a28432f3fa3c;p=thirdparty%2Fpaperless-ngx.git Documentation: correct custom field search example --- diff --git a/docs/api.md b/docs/api.md index 44c9a4bc4..d58c6a0f7 100644 --- a/docs/api.md +++ b/docs/api.md @@ -132,7 +132,7 @@ use cases: 5. Documents with a custom field "address" (text) that is empty: - `?custom_field_query=["OR", ["address", "isnull", true], ["address", "exact", ""]]` + `?custom_field_query=["OR", [["address", "isnull", true], ["address", "exact", ""]]]` 6. Documents that don't have a field called "foo":