Quote:
Originally Posted by JimmXinu
VM calls calibre.utils.search_query_parser.saved_searches() each time the VM config dialog is opened.
That method appears to be caching it's results now and giving VM the same list each time. Or else it's not using the same Saved Search cache as the rest of Calibre?
|
You should use db.saved_search*, which is what calibre has used since V4 and possibly before. The list of methods is found at the end of calibre.db.legacy. The same methods exist if you have a new_api db handle.