text - Is there a Trigram functionality like pg_trgm (PostgreSQL) for MySQL? -
i created fuzzy search in c# postgresql database using similarity()
function pg_trgm
module. want port search mysql database, mysql has no similar trigram functionality.
is there way import pg-trgm module postgresql in mysql or there similar implementation of trigrams mysql?
unfortunately not able find satisfying implementation yet.
i reluctant use external search engine solr due effort of installation, maintenance , becoming acquainted syntax , configuration.
i know question old, got here google searching , there bit of new information found.
as of mysql 5.7.6, there built in support using ngram in full text searches.
Comments
Post a Comment