View Single Post
Old 07-26-2014, 12:56 AM   #6
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,773
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
@Hampshire Nanny - why not
Code:
not tags:"source:"
My understanding is that would find all books that don't have a tag containing the string «source:»

It would exclude books that have a tag with «source:» in the middle or end of a tag, but do such tags actually exist in your library, e.g.
Code:
«tomato source: bottle»
«python source:»
«source:»
You can find the last with a search for
Code:
tags:"=source:"
BR

Last edited by BetterRed; 07-26-2014 at 12:59 AM.
BetterRed is offline   Reply With Quote