Shards.Search¶
| Name | Mandatory | Description | Default | Type |
|---|---|---|---|---|
⬅️ Input |
The input of the shard, if any | String |
||
Output ➡️ |
The resulting output of the shard | [{Any}] |
||
Limit |
No | Maximum number of results to return (0 = all matches). | none |
NoneInt |
Fuzzy-searches shards by name and summary for the query string given as input. Returns a sequence of tables {name, input, output, summary, score} ranked best-first (score in ~0..1): name substring matches rank highest, with edit-distance typo tolerance on the name and a weaker summary-substring signal. Multi-word queries are matched term by term, so a phrase like "swiftui stack" still surfaces stack-related shards.