search_forum
Full-text search glp1forum.com using AND-matched keywords. Apply granular filters like section, date, replies, and author to pinpoint relevant forum content.
Instructions
Full-text search glp1forum.com with granular XenForo filters. Multi-word keywords are AND-matched (all terms must appear). Category/parent nodes (e.g. 45 Vendor Connection) return nothing unless includeChildNodes: true. A rate-limit error means wait ~60s before retrying. Result has truncated: true when more result pages exist than were fetched — re-search with a higher maxPages (max 3) to get the rest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| nodes | No | Section IDs from list_forums. Never guess one — a wrong ID silently returns 0 rows instead of erroring. | |
| order | No | Omit for relevance. "date" (newest first) for any current / latest / in-stock question. "replies" (most-discussed) for reputation, consensus, or what-are-people-saying questions. | |
| author | No | Rarely worth setting. | |
| keywords | Yes | AND-matched: every word must appear. Start with one or two broad terms; if you get 0 hits, drop a term, never add one. | |
| maxPages | No | Clamped 1-3. A result with truncated:true has more pages — re-search with a higher maxPages. | |
| newerThan | No | YYYY-MM-DD. Only to hard-exclude stale rows — order:"date" alone usually suffices, so don't agonize over a cutoff. | |
| olderThan | No | YYYY-MM-DD. Only to hard-exclude rows newer than a cutoff. | |
| minReplies | No | Rarely worth setting. | |
| searchType | No | Omit (= "post") so a keyword buried in a reply still matches. "thread" matches only titles/opening posts. | |
| titlesOnly | No | Rarely worth setting. | |
| groupByThread | No | true collapses results to one row per thread. Omitting searchType plus groupByThread:true is the discovery default. | |
| includeChildNodes | No | Set true when nodes names a parent/category section: those hold no posts of their own and return 0 rows if searched alone. |