Search pages
search_pagesFind Wiki.js pages by search terms. Shows the active search engine so you know whether results include page body text or only titles and descriptions.
Instructions
Full-text search — but read this first: on a default Wiki.js the search engine is "Database - Basic", which only indexes page titles and descriptions, NOT the text inside pages. The result names the active engine so you can tell. If the engine is basic and you are looking for something written inside a page, use grep_pages instead. Results carry no excerpt; follow up with get_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Restrict to this path prefix. | |
| limit | No | Maximum number of entries to return (default 50). Wiki.js has no offset for page lists, so narrowing by tags, locale or path beats raising this. | |
| query | Yes | Search terms. | |
| locale | No | Locale code. Defaults to WIKIJS_LOCALE. The locale is part of a page’s identity. |