Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198

Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
SearchBundles - iPhone Development Wiki

SearchBundles

From iPhone Development Wiki
Revision as of 14:35, 18 October 2009 by KennyTM~ (talk | contribs) (Created page with ''''Search bundles''' are bundles to provide search results for Spotlight. There is a hardcoded limit of 11 search bundles (domains), all of which are occupied by built-in ones. …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Search bundles are bundles to provide search results for Spotlight. There is a hardcoded limit of 11 search bundles (domains), all of which are occupied by built-in ones.

Structure of a Search Bundle

Search bundles should have an extension of .searchBundle. The principle class should conform to the SPSearchDatastore protocol.