mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-11-03 03:16:10 -06:00 
			
		
		
		
	Documentation: correct custom field search example
This commit is contained in:
		@@ -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":
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user