From 4db0876f45533d3b55ee79df2d2bc78b789b5a28 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 13 Apr 2021 09:09:30 +0200 Subject: Make search fuzzy, fix soundcloud next song when hitting user Also some other misc changes --- include/Body.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/Body.hpp') diff --git a/include/Body.hpp b/include/Body.hpp index fb22a21..22d9ff9 100644 --- a/include/Body.hpp +++ b/include/Body.hpp @@ -230,12 +230,8 @@ namespace QuickMedia { float get_item_height(BodyItem *item, float width, bool load_texture = true, bool include_embedded_item = true, bool merge_with_previous = false, int item_index = -1); float get_spacing_y() const; - 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); void filter_search_fuzzy_item(const std::string &text, BodyItem *body_item); -- cgit v1.2.3