diff --git a/src/common/kiwix/manager.cpp b/src/common/kiwix/manager.cpp index 46fb3373b..f7fdf7650 100644 --- a/src/common/kiwix/manager.cpp +++ b/src/common/kiwix/manager.cpp @@ -513,7 +513,9 @@ namespace kiwix { ok = false; if ((ok == true && !search.empty()) && !(matchRegex(itr->title, "\\Q" + search + "\\E") || - matchRegex(itr->description, "\\Q" + search + "\\E"))) + matchRegex(itr->description, "\\Q" + search + "\\E") || + matchRegex(itr->language, "\\Q" + search + "\\E") + )) ok = false; if (ok == true) {