summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-07 12:26:58 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-02-07 12:26:58 -0800
commitc4b530a71c84054cad29612cff922bc381de8643 (patch)
treeecc08fa490f6523f7cea88eedd601745e1b1d124 /MobileCydia.mm
parent7154cb904726d8cb3c006860245327f6c80e31a1 (diff)
Fix for description searching from humbold.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm2
1 files changed, 2 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 3d43570..05d2a02 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -2736,6 +2736,8 @@ struct PackageNameOrdering :
if (range.location != NSNotFound)
return YES;
+ [self parse];
+
range = [[self shortDescription] rangeOfString:text options:MatchCompareOptions_];
if (range.location != NSNotFound)
return YES;