Search album Search album
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Search album

Started by totomaru, April 08, 2004, 08:56:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

totomaru

Does anyone have any idea about how to search album information instead of searching pictures?

photoman13

Quote from: "totomaru"Does anyone have any idea about how to search album information instead of searching pictures?

Add keywords and description for your pictures, it should be able to search for keywords :)

totomaru

To be more specific, I would like to add keywords at the album level (as well as those already associated with the picture itself) and be able to search those keywords.

Sorry to make some confusion.

Joachim Müller

not possible at the moment, but you could add keywords to a whole album at once with a query like this:UPDATE `cpg11d_pictures` SET ` keywords` = 'keyword1 keyword2 keyword3' WHERE `aid` = 'album_id';
GauGau