Search API Service
Search API Service
Note
REST API service for unified full-text search across content and glossary entries, served at /api/projects/{slug}/search.
Base URL
/api/projects/{slug}/search
Handler
Authentication
None (local desktop application).
Response Format
JSON with camelCase keys.
Routes
| Method | Path | Description |
|---|---|---|
| GET | /search |
Search |
Common Error Responses
| Status | Description |
|---|---|
| 400 | Empty or missing search query |
| 404 | Project not found |
| 405 | Method not allowed |