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: Difference between revisions - iPhone Development Wiki

SearchBundles: Difference between revisions

From iPhone Development Wiki
m (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. …')
 
(linking to SearchLoader)
Line 1: Line 1:
'''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.
'''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.
[[SearchLoader]] is a developer library for adding more search bundles.


== Structure of a Search Bundle ==
== Structure of a Search Bundle ==

Revision as of 00:29, 9 October 2013

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.

SearchLoader is a developer library for adding more search bundles.

Structure of a Search Bundle

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