View Single Post
Old 08-26-2011, 08:56 AM   #140
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by drMerry View Post
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.[/CODE])

All these restrictions are restrictions that do not make sense in advance, but can be very use-full to select some specific duplicates.
I'm not sure I fully understand what you are trying to do here, but if you want to merge without losing books, are you aware of this type of search:
Code:
formats:#1
It will find all book records that have a single format. I use it often with
Code:
formats:pdf
to find all entries that have only a single pdf entry, etc.
Starson17 is offline   Reply With Quote