I need to do full text search with searching by part of word using entity framework core.
I found this solution Match a phrase ending in a prefix with full text search
I try to write it with Npgsql.EntityFrameworkCore.PostgreSQL
. I can parse input with EF.Functions.PlainToTsQuery
but can't understand who to cast it to text.
Can I write it with ef core?