#
/search
#
Route Details
#
GET /search
Searches for files/folders across the entire directory, returned in the same format as /list.
Only available if indexing
option is set to true in config.yaml
.
The server will index all files on startup, and at an interval also specified in config.yaml
(in seconds).
#
Request
Method:
HTTP GET
Query parameters:
q
: Your search term, e.g.,https://example.com/search?q=cats
filter
: Optional filter, e.g.,directory
#
Response
Example 200 response body:
Refer to the response body for /list.