You are here

function photos_search_info in Album Photos 7.3

Implements hook_search_info().

Enables searches of the Titles and Descriptions of photos within Photo Albums.

Normal searches (via the Content tab) only search the album page and comments, but not each title & description. This extension presents thumbnails of matching photos and clicking on them takes the user directly to /photos/image/fid

File

./photos.module, line 2725
Implementation of photos.module.

Code

function photos_search_info() {
  return array(
    'title' => 'Photos',
  );
}