From 76c70e780e1d29608c1b2ee9a5f27c8abe2f792a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wiktor=20Obr=C4=99bski?= Date: Fri, 20 Sep 2024 19:28:43 +0200 Subject: [PATCH] Make gui/notes search for any length of search text --- gui/notes.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/gui/notes.lua b/gui/notes.lua index 09e731924..309130f97 100644 --- a/gui/notes.lua +++ b/gui/notes.lua @@ -208,9 +208,6 @@ function NotesWindow:loadFilteredNotes(search_phrase, force) local full_list_loaded = self.curr_search_phrase == '' search_phrase = search_phrase:lower() - if #search_phrase < 3 then - search_phrase = '' - end self.curr_search_phrase = search_phrase