Just another request.
I'd like to show all duplicates with a restriction on group-level
I'd like to find duplicate books with VARIOUS formats.
At this moment I do a duplicate search, restrict to all duplicates and search for:
Code:
(formats:pdf and not formats:epub) or (formats:epub and not formats:pdf)
This gives me all books that do have an epub and no pdf (or vise versa).
I than can merge all duplicates without loosing books.
The problem is, I have to do this on all my duplicates, so this search will also show the duplicates that only contain pdf or only epub.
Is there a way to show all duplicates and add a search-restriction on the group/duplicate-level
(in that case I can also look for books with explicit title differences e.g.
Code:
title:- or not title:-
)
All these restrictions are restrictions that do not make sense in advance, but can be very use-full to select some specific duplicates.