View Single Post
Old 01-05-2014, 08:05 PM   #2
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
search for
Code:
not formats:"=epub"
You can also use the tag browser to search for stuff.

"formats" is the metadata type, :"=%s" tells it to search for an exact match for %s, which in this case is "epub". without the = it would be search for partial matches as well. NOT is your standard boolean operator.

Last edited by eschwartz; 01-05-2014 at 08:08 PM.
eschwartz is offline   Reply With Quote