Skip to content

Commit

Permalink
HaikuDepot: Changed my mind, search full description, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
stippi committed Aug 10, 2013
1 parent 09d44ce commit 6f065b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/haiku-depot/Model.cpp
Expand Up @@ -154,7 +154,7 @@ class SearchTermsFilter : public PackageFilter {
if (!_TextContains(package.Title(), term)
&& !_TextContains(package.Publisher().Name(), term)
&& !_TextContains(package.ShortDescription(), term)
/*&& !_TextContains(package.FullDescription(), term)*/) {
&& !_TextContains(package.FullDescription(), term)) {
return false;
}
}
Expand Down

0 comments on commit 6f065b8

Please sign in to comment.