This commit is contained in:
Kovid Goyal 2010-08-11 09:22:14 -06:00
parent b2b0d00c3d
commit 1973540efa
3 changed files with 284 additions and 241 deletions

View File

@ -6,7 +6,7 @@ __docformat__ = 'restructuredtext en'
''' '''
Contains various tweaks that affect calibre behavior. Only edit this file if Contains various tweaks that affect calibre behavior. Only edit this file if
you know what you are dong. If you delete this file, it will be recreated from you know what you are doing. If you delete this file, it will be recreated from
defaults. defaults.
''' '''

View File

@ -247,6 +247,7 @@ You can search for the absence or presence of a field using the special "true" a
cover:false will give you all books without a cover cover:false will give you all books without a cover
series:true will give you all books that belong to a series series:true will give you all books that belong to a series
comments:false will give you all books with an empty comment comments:false will give you all books with an empty comment
format:false will give you all books with no actual files (empty records)
Yes/no custom columns are searchable. Searching for ``false``, ``empty``, or ``blank`` will find all books Yes/no custom columns are searchable. Searching for ``false``, ``empty``, or ``blank`` will find all books
with undefined values in the column. Searching for ``true`` will find all books that do not have undefined with undefined values in the column. Searching for ``true`` will find all books that do not have undefined

File diff suppressed because it is too large Load Diff