mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-22 01:01:04 +00:00
more documentation.
This commit is contained in:
@@ -66,7 +66,7 @@ Result list object returned by the endpoint:
|
||||
"page": 1,
|
||||
"page_count": 1,
|
||||
"results": [
|
||||
...
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
@@ -83,11 +83,13 @@ Result object:
|
||||
|
||||
{
|
||||
"id": 1,
|
||||
"highlights": ...,
|
||||
"highlights": [
|
||||
|
||||
],
|
||||
"score": 6.34234,
|
||||
"rank": 23,
|
||||
"document": {
|
||||
...
|
||||
|
||||
}
|
||||
|
||||
* ``id``: the primary key of the found document
|
||||
|
Reference in New Issue
Block a user