aboutsummaryrefslogtreecommitdiff
path: root/include/Body.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-13 12:04:12 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-13 12:04:12 +0200
commitb96dce2d670e085067d7b62b43fceac7658c2d5a (patch)
tree21af560d73232d985273cede3dcdd07996b5cd94 /include/Body.hpp
parentf38d25cc18720203ff74ca3f8452119c71a82453 (diff)
Add recommended tab for youtube
Diffstat (limited to 'include/Body.hpp')
-rw-r--r--include/Body.hpp1
1 files changed, 1 insertions, 0 deletions
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);