google/triage-party

`dedup: false` in collection doesn't work?

everpeace opened this issue · 4 comments

I set

collections:
  id: foo
  dedup: false
  rules:
  - rule-a

however, the output of rule rule-a in the collection foo looks like dedeup-ed

image

Is this behavior expected?

Nice find. It seems that the code which checks for the dedup value was dropped during a refactor. I'll send a PR in to address it.

Please let me know if #123 fixes this. I'll merge it once confirmed, or some time soon otherwise.

Thanks for the quick fix! It looks like dedup-ed correctly! but still shows 'previously listed items omitted: ...' message. I think it shouldn't show up here in this case.

image

Fixed. Thank you for your patience!