Search the forum
search_forumSearch NodeBB forum topics and posts for keywords. Returns ranked matches with snippets, and falls back to scanning recent titles without a search plugin.
Instructions
Full-text search across topic titles and post bodies. Returns ranked matches with a snippet showing why each matched. Requires a search plugin on the forum (NodeBB core has none); when one is absent this falls back to scanning recent topics by title and says so. For answering a question, prefer find_answers, which also extracts the answers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| in | No | Where to look. Default titlesposts (titles and post bodies). | |
| page | No | Result page, for paging past the first set. | |
| tags | No | Only topics carrying all of these tags. | |
| limit | No | Maximum results. Default 15. | |
| query | Yes | What to search for. Plain words work best; quotes are not special. | |
| sort_by | No | Ordering. Default relevance. | |
| posted_by | No | Only posts by this username. | |
| categories | No | Restrict to these category ids. | |
| within_days | No | Only content newer than this many days. |