Issue with Cyrillic Search Using pg_trgm on Neon.tech
Hello everyone,
I'm encountering an issue with searching Cyrillic text in a table on Neon.tech. Searching for the substance name
Глицерин (Glycerin) using Latin letters works fine both locally on my Postgres database and in the Neon SQL Editor. However, when I attempt to search using Cyrillic letters, I get perfect results on my Postgres, but no results on Neon. Below are the queries for both search attempts:
Search using Latin letters (works):
Search using Cyrillic letters (Query completed with no result.):
This leads me to suspect that pg_trgm on Neon might not fully support Cyrillic characters. Has anyone encountered a similar issue, or does anyone have insights on whether pg_trgm supports Cyrillic characters on Neon? Any advice on how to ensure Cyrillic searches return the expected results would be greatly appreciated!0 Replies