GET /api/bookmarks/search
Full-text search across bookmark titles and descriptions.
Performs a full-text search across bookmark titles and descriptions based on a provided query string.
Endpoint
GET /api/bookmarks/search
Parameters
| Name | Type | Description |
|---|---|---|
| q | string | The search term or phrase used to filter bookmark titles and descriptions. |
| limit | integer = 20 | The maximum number of search results to return in the response. |
Response
| Status | Description |
|---|---|
| 200 | Successfully retrieved the list of bookmarks matching the search criteria. Returns application/json. |