mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-06 23:05:42 +01:00
more documentation.
This commit is contained in:
parent
42a02991e7
commit
758d53d816
3 changed files with 93 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue