From b96dce2d670e085067d7b62b43fceac7658c2d5a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Mon, 13 Jul 2020 12:04:12 +0200 Subject: Add recommended tab for youtube --- include/Body.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index 3cb735c..4c7044d 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -62,6 +62,7 @@ namespace QuickMedia { static bool string_find_case_insensitive(const std::string &str, const std::string &substr); // TODO: Make this actually fuzzy... Right now it's just a case insensitive string find. + // This would require reordering the body. // TODO: Highlight the part of the text that matches the search. // TODO: Ignore dot, whitespace and special characters void filter_search_fuzzy(const std::string &text); -- cgit v1.2.3