Signal-Windows icon indicating copy to clipboard operation
Signal-Windows copied to clipboard

implement text search for conversations

Open Trolldemorted opened this issue 8 years ago • 0 comments
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

Trolldemorted avatar Apr 19 '17 17:04 Trolldemorted