Browsercompat Search Features
browsercompat_search_featuresFind web features by plain name or keyword when the canonical key is unknown, across CSS, JavaScript, HTML, Web APIs, SVG, MathML, WebAssembly, and HTTP headers. Returns ranked matches with the BCD key, the web-features id, the Baseline state, a one-line support summary, and which field matched. Feed a result key into browsercompat_get_feature for the full record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return, from 1 to 50. | |
| query | Yes | Plain-language name or keyword, for example "container query" or "fromAsync". | |
| baseline | No | Restrict results to one Baseline state. | |
| namespace | No | Restrict results to one top-level browser-compat-data namespace. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cap | No | The limit that was applied. | |
| error | No | Present when the call failed. Absent on success. | |
| shown | No | Number of results returned. | |
| results | No | Ranked matches, best first. An empty array is a successful search with no hits. | |
| truncated | No | True when matches exceeded limit. | |
| totalCount | No | Matches before the display cap was applied. | |
| data_version | No | Vintage of each bundled dataset behind this answer. | |
| noMatchNotice | No | How to broaden a search that matched nothing. | |
| appliedFilters | No | Filters the server applied to this search. |