jonnaWikiGrep
Literal or regex search over page bodies — the rg of the wiki. Returns line + column + snippet for each match. Use this for exact strings; use jonnaWikiSearch for natural-language queries.
Literal or regex search over page bodies — the rg of the wiki. Returns line + column + snippet for each match. Use this for exact strings; use jonnaWikiSearch for natural-language queries.
Literal substring (default) or regex pattern (when regex=true) to match inside page bodies.
Scope to one bucket. Mutually exclusive with locationId/groupIds.
Location UUID. Combined with groupIds produces the union (location → groups).
Restrict to pages whose path starts with this prefix.
Treat pattern as a POSIX regex instead of a literal substring.
Match case-sensitively. Default is case-insensitive.
JSONB filter on typed page metadata, e.g. {"type": "policy"}. Narrows results to pages whose frontmatter matches every key given.