mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 03:13:36 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ def show_context_menu(self, point):
|
|||
|
||||
def search_for_books(self, item):
|
||||
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'\"')))
|
||||
|
||||
qv = get_quickview_action_plugin()
|
||||
|
|
|
|||
Loading…
Reference in a new issue