Hey,
I'm trying to implement search anchor links and I'm not quite sure how to do so. What I'm wanting to do is make the Uploaded time (mtime) a hyperlink so people can click it and it will show all of the photos with that same mtime.
I've tried using the `getSearchURL()` function, but the parameter descriptions aren't very detailed and the [b]$fields[/b] parameter is even the wrong data type in the docs. [i](I created a Trac ticket for that)[/i]
I tried the following, `getSearchURL( $image->data['mtime'], '', 'mtime', '' );`, but that results in no search results being found.
I greatly appreciate any help with this.