function term_search_search_info in Term Search 7
Implements hook_search_info().
File
- ./term_search.module, line 20 
- Functions to index and search taxonomy terms.
Code
function term_search_search_info() {
  return array(
    'title' => 'Terms',
    'path' => 'term',
  );
}