`-org` and `-repo` filters seems to break notification grouping
howdy! this could very much be me missing something, but, it seems that if i add a negative org or repo filter all my notification get ungrouped / uncollapsed and appear as separate entries for each notification.
Are you experiencing this issue in octobox.io or your own instance?
- [x] octobox.io
- [ ] My instance
If your issue is related to an Octobox.io subscription purchase please ensure you have installed the Octobox GitHub App for the repositories concerned.
🐞 Problem
adding a negative search filter (for example, -org:rust) seems to cause notifications to appear multiple times (like they are no longer grouped by issue or PR), for example:

without a negative filter this appears as a single notification as expected.
@ryankurte thanks for reporting, I've seen a similar bug in the past with other filters, can you provide the full url the page you are looking at so I can try to replicate it?
hmm, https://octobox.io/?q=inbox%3Atrue+bot%3Afalse+-label%3Adependencies+-org%3Acargo-bins based on my inbox shows a bunch of dupes, which also seem to be occuring predominantly on the rust-embedded/embedded-hal repo.

@ryankurte it's definitely a problem with the sql query when that filter is applied, I'll see if I can get it fixed this week