Draft: 4624-an example of a way to merge search result duplicates
- results are first grouped by mail and then merged
- merge is done using cats semigroup, see https://typelevel.org/cats/typeclasses/semigroup.html
- there are some questions to be answered - how to merge details, priorities between sources etc.
Closes #4624