fossar / selfoss

multipurpose rss reader, live stream, mashup, aggregation web application
https://selfoss.aditu.de
GNU General Public License v3.0
2.36k stars 343 forks source link

Support search using regex #1205

Closed jtojnar closed 3 years ago

jtojnar commented 4 years ago

When user searches a term starting and ending with a forward slash, the items will be matched against the regular expression between the slashes.

The syntax of the regular expressions is database-engine specific:


The filtering works but the interface is still incomplete. In particular, the matches will not be highlighted in the articles, and the search regex will be shown split on spaces. Fixed.

jtojnar commented 3 years ago

I want to base this onto #1216, which will make it easier to distinguish the search terms in the UI.