Signal-Windows
Signal-Windows copied to clipboard
implement text search for conversations
trafficstars
For efficient full-text search we should use FTS tables.
Unfortunately, until now EF core does not support this (https://github.com/aspnet/EntityFramework/issues/1590) and it is not yet planned for any milestone.
Possible workaround: https://stackoverflow.com/a/36051020/1569755