Skip to main content

GET /api/bookmarks/search

Full-text search across bookmark titles and descriptions.

Performs a full-text search across bookmark titles and descriptions, returning a list of matching bookmarks.

Endpoint

GET /api/bookmarks/search

Parameters

NameTypeDescription
qstringThe search query string to match against bookmark titles and descriptions.
limitinteger = 20The maximum number of search results to return.

Response

StatusDescription
200Successfully retrieved search results. Returns application/json.