mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-19 01:03:18 +00:00
docs: document asn/page_count/checksum/original_filename advanced search fields
This commit is contained in:
@@ -899,6 +899,22 @@ added:yesterday
|
||||
modified:today
|
||||
```
|
||||
|
||||
Matching by archive metadata:
|
||||
|
||||
```
|
||||
asn:100
|
||||
page_count:12
|
||||
checksum:a1b2c3d4
|
||||
original_filename:invoice.pdf
|
||||
```
|
||||
|
||||
- `asn` matches a document's Archive Serial Number.
|
||||
- `page_count` matches a document's page count.
|
||||
- `checksum` matches the checksum of the original document file (not the
|
||||
archived/processed version).
|
||||
- `original_filename` matches the filename of the document as originally
|
||||
consumed.
|
||||
|
||||
Matching inexact words:
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user