# Search Tickers, Sectors, and Themes Performs a search across Tickers, Sectors, and Themes based on the query string. If 'q' is provided, performs a fuzzy search. If 'q' is omitted, may return a list of popular or recently searched items (mocked here). Endpoint: GET /search Version: 0.1.0 ## Query parameters: - `q` (any) The search query string (e.g., 'Apple', 'Energy', 'Climate'). Handles synonyms and aliases. ## Response 200 fields (application/json): - `id` (string, required) - `name` (string, required) - `type` (string, required) - `description` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required)