# Compound Text Search Compound text search Endpoint: POST /hub/apps/search/text/compound Version: 2025-08-18T18:01:56Z Security: api_key ## Request fields (application/json): - `aid` (string, required) Application identifier. - `query` (string, required) Keywords separated by space. ## Response 200 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `result` (object) response body - `result.hits` (array) List of matched text search results - `result.hits.relevance` (number) Text relevance score - `result.hits.text` (string) Matched text content - `result.hits.id` (string) Matched text ID ## Response 400 fields (application/json): - `status` (object) response status - `status.success` (boolean) Response status - `status.code` (integer) Response status code - `error` (object) error body - `error.cause` (string) Cause of error - `error.message` (string) Error Message