Open
Description
For efficient full-text search we should use FTS tables.
Unfortunately, until now EF core does not support this (dotnet/efcore#1590) and it is not yet planned for any milestone.
Possible workaround: https://stackoverflow.com/a/36051020/1569755