diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-07-13 12:04:12 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-13 12:04:12 +0200 |
commit | b96dce2d670e085067d7b62b43fceac7658c2d5a (patch) | |
tree | 21af560d73232d985273cede3dcdd07996b5cd94 /include | |
parent | f38d25cc18720203ff74ca3f8452119c71a82453 (diff) |
Add recommended tab for youtube
Diffstat (limited to 'include')
-rw-r--r-- | include/Body.hpp | 1 |
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); |