/dmetaphone

Double Metaphone for PostgreSQL full text search

Primary LanguageC

Tested with PostgreSQL 9.3.7, 9.4.3, 11

* make USE_PGXS=1
* sudo make USE_PGXS=1 install
* run the resulting .sql script against appropriate database

create text search configuration names (copy=simple);
alter text search configuration names alter mapping for asciiword, asciihword, hword with dmetaphonedict;