search_events
GET /search/events — Search events
Search enabled DC events by name, description, host, and venue. No default time filter — pass ?since= or ?until= (ISO 8601 dates) to constrain. They compose: pass both for an explicit window.
Query syntax (q=): plain words match with prefix + typo tolerance. Wrap a phrase in double quotes to require an exact ordered match — e.g. q="remote work". AND/OR/NOT/parentheses are NOT parsed in q= — use the structured filter params below for boolean composition.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search text. Required. | |
| page | No | 1-indexed page number. | |
| limit | No | Max hits per page (1-100). | |
| since | No | Events ending on or after this date (ISO 8601). | |
| until | No | Events starting on or before this date (ISO 8601). | |
| cityID | No | Events whose chapter city is this Google Place ID. | |
| userID | No | Scope to events hosted by this DCer. | |
| country | No | ISO 3166-1 alpha-2 country code (e.g. `TH`, `MX`). |