Cleans up a number of internal links

This commit is contained in:
Trenton Holmes
2022-12-02 19:34:43 -08:00
parent 29391c1c7b
commit 1727eb00cc
8 changed files with 73 additions and 81 deletions

View File

@@ -162,8 +162,7 @@ specific query parameters cause the API to return full text search
results:
- `/api/documents/?query=your%20search%20query`: Search for a document
using a full text query. For details on the syntax, see
`basic-usage_searching`{.interpreted-text role="ref"}.
using a full text query. For details on the syntax, see [Basic Usage - Searching](usage#basic-usage_searching).
- `/api/documents/?more_like=1234`: Search for documents similar to
the document with id 1234.
@@ -232,7 +231,7 @@ Tf/Idf score in the index.
["term1", "term3", "term6", "term4"]
```
## POSTing documents {#api-file_uploads}
## POSTing documents {#file-uploads}
The API provides a special endpoint for file uploads: