mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Documentation: correct custom field search example
This commit is contained in:
parent
011056a9d5
commit
7cabb5bf98
1 changed files with 1 additions and 1 deletions
|
|
@ -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":
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue