Skip to content

tsearch: support all token types in text search parser #97669

@jordanlewis

Description

@jordanlewis

The default "text search parser" in Postgres supports many different token types, outlined here: https://www.postgresql.org/docs/current/textsearch-parsers.html

Our initial implementation will only support the ascii token type. This issue tracks enhancing the parser (see the TSParse function) to support the missing token types.

Part of #41288

Jira issue: CRDB-24808

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)T-sql-foundationsSQL Foundations Team (formerly SQL Schema + SQL Sessions)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions