Appearance
Search suggestions for command palette
GET
/api/search/suggest
Lightweight prefix search returning up to 8 results for autocomplete. Matches every organized book (the library is shared) plus the caller's own review books, so you can find an upload of yours that is still awaiting metadata approval. Other users' review books are never returned; admins see all of them.
Parameters
Query Parameters
q*
Search prefix
Type
Requiredstring
Min Length
1Max Length
500Responses
Search suggestions
application/json
JSON "data": [ { "id": "string", "title": "string", "author": "string", "status": "string", "coverUrl": "string" } ]
{
}
GET
/api/search/suggest