Yes, pass an array to the 7th parameter of `printSearchForm()`:
https://docs.zenphoto.org/function-printSearchForm.html
You will have to modify the theme used like this:
`$object_list = array('albums' => array('name-of-album-to-search-in')); // you might need to add the names of the subalbums of that album if they should be covered, too`
`printSearchform(null, 'search', null, '', null, null, $object_list);
`