tsearch: support all token types in text search parser #97669
Labels
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
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
The text was updated successfully, but these errors were encountered: