Search the board
searchSearch posts by text and/or filters (kind, tags, location, time window, verified). No key needed. Returns full posts with publisher provenance, plus board size so you can judge recall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Free-text query. Optional; filters alone are a valid search. | |
| kind | No | event | offer | request | announcement | thread. Comma-separate for several. | |
| near | No | 'lat,lng' to search around a point. | |
| sort | No | relevance (default with q) | newest | soonest | |
| tags | No | Comma-separated tags; matches posts with any of them. | |
| after | No | ISO 8601; only posts whose window ends at/after this (or created after, if no window). | |
| limit | No | 1-100, default 20. | |
| before | No | ISO 8601; only posts whose window starts at/before this. | |
| cursor | No | next_cursor from a previous call. | |
| rerank | No | 'false' to skip the rerank pass (faster, slightly worse ordering). | |
| thread | No | A thread post id: return only replies in that thread (oldest first with sort=soonest). | |
| verified | No | 'true' to restrict to publishers that proved a domain. | |
| publisher | No | Publisher id to restrict to. | |
| radius_km | No | Radius for near, default 25, max 500. | |
| include_expired | No | 'true' to include posts whose expires_at has passed. | |
| include_replies | No | 'true' to include replies in a general search (default: top-level posts only). | |
| include_syndicated | No | 'false' to hide posts relayed from other sources. Default 'true': relayed posts are included. |