From 9f138f31fc005d293c6ab1873e0d115c54e15d64 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 8 Mar 2011 12:02:52 -0700 Subject: [PATCH] ... --- src/calibre/library/caches.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/calibre/library/caches.py b/src/calibre/library/caches.py index 76f5200f21..397f9bb403 100644 --- a/src/calibre/library/caches.py +++ b/src/calibre/library/caches.py @@ -779,9 +779,10 @@ class ResultCache(SearchQueryParser): # {{{ def set_marked_ids(self, id_dict): ''' ids in id_dict are "marked". They can be searched for by - using the search term ``marked:true`` + using the search term ``marked:true``. Pass in an empty dictionary or + set to clear marked ids. - :param id_dict: Either a dictionary mapping ids to values or a sequence + :param id_dict: Either a dictionary mapping ids to values or a set of ids. In the latter case, the value is set to 'true' for all ids. If a mapping is provided, then the search can be used to search for particular values: ``marked:value``