flytaly / reddit-post-notifier

Firefox/Chrome extension that watches for posts in given subreddits or reddit searches
Mozilla Public License 2.0
20 stars 5 forks source link

Adding more kinds of logic in the filters? Something more than "has the words" #39

Open CrisA-Works opened 1 year ago

CrisA-Works commented 1 year ago

With "has the words" as it is right now it requires to have all those words. Maybe you could add other types of logic like "has any of these words", so it fetches posts that has any of those words instead of posts that have all of them.

Notion has this kind of multiple logic behavior for its filters. Like "Contains" or "Does not contains", "Is empty" and "Is not empty".