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
| Name | Type | Description |
|---|---|---|
| q | string | The search query string to match against bookmark titles and descriptions. |
| limit | integer = 20 | The maximum number of search results to return. |
Response
| Status | Description |
|---|---|
| 200 | Successfully retrieved search results. Returns application/json. |