brief-rss / brief

RSS reader extension for Firefox
Other
214 stars 44 forks source link

Fix search #519

Open Degit22 opened 2 years ago

Degit22 commented 2 years ago

The reviews asked to fix the search. Normal search in this implementation of access to the database does not work, I did what I could. It may be worth making a limit on the minimum number of characters or starting a search by a button, but on a test base of several hundred records, it worked fine.

tanriol commented 2 years ago

While I'm okay with doing this in principle, this is not the right place for FTS filtering. For example, as currently implemented, all actions "for every item in the current view" would apply to items filtered out by the search filter too.

Query has some remains of the old implementation: