Hello, We would like to share an open-source PostgreSQL extension that adds Uzbek full-text search using Hunspell dictionaries for both Latin and Cyrillic text.
The extension registers: - Hunspell-based text search dictionaries - stopword lists (uzbek.stop / uzbek_cyrl.stop) - a text search configuration (uz_fts) It is built with PGXS (DATA_TSEARCH) and is licensed under GPL-3.0. Repository: https://github.com/postgresprofi/postgresql-uz-hunspell We hope this is useful for anyone indexing Uzbek content. Feedback on installation, dictionary quality, or stopword lists is very welcome. Best regards, Abdugani
