pgroonga_normalize_text
Normalize search input with a PGroonga index profile to ensure consistent full-text search and variant lookup. Provide the index name and raw text to retrieve normalized output.
Instructions
Normalize text with a discovered PGroonga index profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | ||
| changed | Yes | ||
| profile | Yes | ||
| normalized | Yes |