- Patch #394182 by jhodgdon: documentation improvement
parent
92341bdf40
commit
67ae364b46
|
@ -826,8 +826,9 @@ function search_get_keys() {
|
||||||
* by hook_view() and hook_node_view(). This is usually sufficient. You should
|
* by hook_view() and hook_node_view(). This is usually sufficient. You should
|
||||||
* only use this mechanism if you want additional, non-visible data to be
|
* only use this mechanism if you want additional, non-visible data to be
|
||||||
* indexed.
|
* indexed.
|
||||||
* - Implement hook_search(). This will create a search tab for your module on
|
* - Implement hook_search_info(). This will create a search tab for your module on
|
||||||
* the /search page with a simple keyword search form.
|
* the /search page with a simple keyword search form. You will also need to
|
||||||
|
* implement hook_search_execute() to perform the search.
|
||||||
* - Implement hook_update_index(). This allows your module to use Drupal's
|
* - Implement hook_update_index(). This allows your module to use Drupal's
|
||||||
* HTML indexing mechanism for searching full text efficiently.
|
* HTML indexing mechanism for searching full text efficiently.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue