Documentation: correct custom field search example

This commit is contained in:
shamoon
2025-05-07 06:41:49 -07:00
committed by GitHub
parent 011056a9d5
commit 7cabb5bf98

View File

@@ -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":