mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Bug #1918030: Manage tags shows wrong count. Actually should be "Manage tags doesn't use exact match searching".
This commit is contained in:
parent
bde8cd5e65
commit
38c0b26af7
@ -319,7 +319,7 @@ class TagListEditor(QDialog, Ui_TagListEditor):
|
|||||||
|
|
||||||
def search_for_books(self, item):
|
def search_for_books(self, item):
|
||||||
from calibre.gui2.ui import get_gui
|
from calibre.gui2.ui import get_gui
|
||||||
get_gui().search.set_search_string('{0}:"{1}"'.format(self.category,
|
get_gui().search.set_search_string('{0}:"={1}"'.format(self.category,
|
||||||
unicode_type(item.text()).replace(r'"', r'\"')))
|
unicode_type(item.text()).replace(r'"', r'\"')))
|
||||||
|
|
||||||
qv = get_quickview_action_plugin()
|
qv = get_quickview_action_plugin()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user