From 6c3976af73980d34dabd53e34ffbc42d48a2afe7 Mon Sep 17 00:00:00 2001 From: Charles Haley Date: Sun, 3 Apr 2022 22:05:16 +0100 Subject: [PATCH] Improve the tooltip for template search values --- src/calibre/gui2/dialogs/search.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/gui2/dialogs/search.py b/src/calibre/gui2/dialogs/search.py index 059d0a7e20..1c933a699c 100644 --- a/src/calibre/gui2/dialogs/search.py +++ b/src/calibre/gui2/dialogs/search.py @@ -270,8 +270,8 @@ def create_template_tab(self): _("You can use the search test specifications described " "in the calibre documentation. For example, with Number " "comparisons you can the relational operators like '>=' etc. " - "With Text comparisons you can use exact, contains " - "or regular expression matches. With Date you can use " + "With Text comparisons you can use contains (T), exact (=T), " + "or regular expression matches (~T). With Date you can use " "today, yesterday, etc. Set/not set takes 'true' for set " "and 'false' for not set.") + '

') l.addRow(_('Template &value:'), le)