cavuno-board-search-suggestions
Installation
SKILL.md
Server-ranked search suggestions
board.search.suggest returns one interleaved list of companies and taxonomy terms. Server rank is the contract: render its order unchanged. For UI, the headless controller adds debounce, abort, and stale-result dropping.
Location autocomplete uses board.taxonomy.places.list({ q }); filter option lists use board.taxonomy.categories.list, board.taxonomy.skills.list, or board.taxonomy.suggestions.list; job results use board.jobs.list or board.jobs.search.
Read suggestions
const { items, query } = await board.search.suggest({
q: 'acme',
limit: 10,
});