Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option for AND-combined filter rules + author specificity #2729

Open
awebeer256 opened this issue Jun 6, 2024 · 0 comments
Open

Option for AND-combined filter rules + author specificity #2729

awebeer256 opened this issue Jun 6, 2024 · 0 comments

Comments

@awebeer256
Copy link

Pitch

I want to be able to create a filter that matches all posts by X user, that contain ALL (instead of any) of a list of filter keywords.

Motivation

I follow the EFF. The EFF has a podcast called, "How to Fix the Internet." Every time a new podcast episode comes out, they make a post to shout it out.

But my podcast player already automatically downloads and queues up new episodes of this podcast, so those posts are wasted space to me. I want to filter them out, but still see the EFF's other posts. To minimize false-positives, I would need a filter whose logic goes like this:

author: @eff@mastodon.social
AND substring: “How to Fix the Internet
AND substring: https://www.eff.org/deeplinks/
AND substring: /podcast-episode-

But I believe the only supported type of filter currently is this:

substring: foo
OR substring: bar
OR substring: baz
OR ...

I'm sure I'm far from the only person who is subscribed to a podcast and also follows a fedi account that always posts about each new episode of said podcast in between various other posts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant