The way search works on my site now, album and image search results are displayed on separate pages. So if the results are 1 album and 7 images, the album will be displayed on the first search results page, and the images will be displayed on the second page.
What I'd like to do is have the albums and images displayed on one page. Is this possible?
Thanks!
Comments
For example, I have many photo in the folder National Parks/Yosemite. If I search for "Yosemite", however, only the few that are named Yosemite are displayed. In the search options, I have the "file/folder name" field checked, but all the photos in the Yosemite folder aren't returned when searching for "yosemite".
Thanks again!
`
<?php<br />
if (!defined('WEBPATH')) die();
$startTime = array_sum(explode(" ",microtime()));
$firstPageImages = normalizeColumns(1, 7);
?>
`
Thanks!