I found EF.Functions.TrigramsSimilarityDistance at https://github.com/npgsql/npgsql for postgresql.
And I found a raw sql solution here:
I could use by implementing a stored procedure but I would prefer a SQL or EF function..
I found EF.Functions.TrigramsSimilarityDistance at https://github.com/npgsql/npgsql for postgresql.
And I found a raw sql solution here:
I could use by implementing a stored procedure but I would prefer a SQL or EF function..