Database Reference
In-Depth Information
Unaccent
Basically, this consists of a text searching and filtering dictionary, which means that its out-
put is always passed to the next dictionary, which is different from the normal behavior of
dictionaries. This extension removes accents from lexemes. It is the minimum unit of dis-
tinctive semantic system of a language.
$ heroku pg:psql --app your-app-name
CREATE EXTENSION unaccent;
For more details, visit the documentation at http://www.postgresql.org/docs/current/static/
unaccent.html .
Search WWH ::




Custom Search