From: Jay Freeman (saurik) Date: Mon, 7 Feb 2011 20:26:58 +0000 (-0800) Subject: Fix for description searching from humbold. X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/4acc632d3314ca5f6500f67a46a359897d091f8b Fix for description searching from humbold. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 3d43570a..05d2a02b 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;