pgroonga_search
Run PGroonga full-text searches on PostgreSQL with structured filters, modes, and snippets.
Instructions
Execute a bounded, catalog-validated PGroonga search with structured filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| limit | No | ||
| order | No | score | |
| query | Yes | ||
| target | Yes | ||
| filters | No | ||
| snippet | No | ||
| returnColumns | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | Yes | ||
| query | Yes | ||
| target | Yes | ||
| rowCount | Yes | ||
| warnings | Yes | ||
| truncated | Yes | ||
| executionMs | Yes | ||
| scoreAvailable | Yes | ||
| normalizedQuery | Yes | ||
| snippetAvailable | Yes | ||
| normalizationProfile | Yes |