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!
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%'inbuildFilterList), so there's no way to invert a match.Suggestion: support a negation prefix in column filters, e.g.
!alicebecomesNOT LIKE '%alice%'. Looks like a small change inbackend/classes/db-helper.js: flip the operator when the value starts with!.Happy to test. Thanks!