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.

mysql team article regarding ngram searches


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -