Search Albums

Having the ability to search albums is a feature that has been requested for the past couple years.

Is there anyway to include a search of the albums in wordpress without trying to use Search Everything plugin and modifying RTMediaAlbum.php.

I saw that in the file /app/main/controllers/media/RTMediaAlbum.php the following lines are set to

‘public’ => false, ‘publicly_queryable’ => false,

When the two lines are changed to true and a user is logged in the keyword/title result does show but doesn’t show when logged out.

Also, when you click the result it goes to the entire album and not the individual photo of the keyword/title result when logged in.

Saw this link, Search Feature and will try and see how it turns out and if it fits my needs. However, rtmedia definitely needs a search built into it to work alongside buddypress and wordpress without having to install additional plugins.