Search episodes
bidclub_search_episodesFull-text search across titles, deks, TL;DRs, digests and transcripts, with a substring sweep that handles Chinese queries the tokenizer cannot segment. Returns up to 20 metadata rows, never content. When the response carries partial: true the query only covered the newest searched_recent episodes, so say so rather than reporting an absence.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Query text. English words are stemmed; Chinese matches as a substring. | |
| len | No | Episode duration bucket. | |
| show | No | Show id from bidclub_list_shows. | |
| time | No | Restrict to episodes published within this window. | |
| person | No | Exact participant name, matched against the "person:" chips. | |
| source_lang | No | Filters by the episode's ORIGINAL language. Chinese digests exist for most English-source episodes, so do NOT set source_lang=ZH just because you want Chinese output — use the lang parameter on bidclub_get_episode instead. |