Search API

From GeeklogWiki

These are the functions used to allow your plugin to access the search system</p>

Table 3. Search functions
Function Description of Function
GetPluginSearchTypes Loops through all enabled plugins
       and calls their plugin_getsearchtypes_<plugin name> method

to get any plugin specific values that need to show up in the Type

drop down on search.php
DoPluginSearches Loops through all enabled plugins
       and submits the search criteria to the plugin_dopluginsearch_<pluginname>
method so that the plugin can perform it's own search
documentation