From 7cabb5bf988f36a787cb0b0a6349a28432f3fa3c Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 7 May 2025 06:41:49 -0700 Subject: [PATCH] Documentation: correct custom field search example --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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":