Skip to content

Instantly share code, notes, and snippets.

@gormih
Last active December 12, 2017 13:39
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gormih/d5802750dd552f4c0975b5e89b16217c to your computer and use it in GitHub Desktop.
Save gormih/d5802750dd552f4c0975b5e89b16217c to your computer and use it in GitHub Desktop.
Create postgresql russian unaccent configuration
CREATE EXTENSION unaccent;
CREATE TEXT SEARCH CONFIGURATION russian_unaccent( COPY = russian );
ALTER TEXT SEARCH CONFIGURATION russian_unaccent
ALTER MAPPING FOR hword, hword_part, word
WITH unaccent, russian_stem;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment