nkanaev / yarr

yet another rss reader
MIT License
2.96k stars 225 forks source link

[BUG] Sometimes can't search content by characters? #165

Closed scruel closed 1 year ago

scruel commented 1 year ago

2023-10-24_16-35-39 2023-10-24_16-35-55

nkanaev commented 1 year ago

Search functionality is implemented via sqlite3's FTS4. It matches by terms and term prefixes, and doesn't seem to have substring matching capability.

For more, see: https://www.sqlite.org/fts3.html