octobox icon indicating copy to clipboard operation
octobox copied to clipboard

`-org` and `-repo` filters seems to break notification grouping

Open ryankurte opened this issue 2 years ago • 3 comments

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:

image

without a negative filter this appears as a single notification as expected.

ryankurte avatar Feb 22 '23 23:02 ryankurte

@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?

andrew avatar Feb 23 '23 08:02 andrew

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.

image

ryankurte avatar Feb 24 '23 01:02 ryankurte

@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

andrew avatar Feb 27 '23 17:02 andrew