diff --git a/src/apps/haiku-depot/Model.cpp b/src/apps/haiku-depot/Model.cpp index ef2f2b9ec6..6557bd16b6 100644 --- a/src/apps/haiku-depot/Model.cpp +++ b/src/apps/haiku-depot/Model.cpp @@ -154,7 +154,7 @@ public: if (!_TextContains(package.Title(), term) && !_TextContains(package.Publisher().Name(), term) && !_TextContains(package.ShortDescription(), term) - /*&& !_TextContains(package.FullDescription(), term)*/) { + && !_TextContains(package.FullDescription(), term)) { return false; } }