Skip to content

Feature request: exclude/negate option in Activity filters #545

Description

@Zufallsgenerat0r

Hi! Thanks for Jellystat, I use it daily.

On the Activity tab I'd like to see everything except a certain user. Currently the column filters and search only do include-style substring matching (LIKE '%term%' in buildFilterList), so there's no way to invert a match.

Suggestion: support a negation prefix in column filters, e.g. !alice becomes NOT LIKE '%alice%'. Looks like a small change in backend/classes/db-helper.js: flip the operator when the value starts with !.

Happy to test. Thanks!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions