Searching... Searching...
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Searching...

Started by trifin, September 12, 2004, 08:41:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

trifin

Hi,

Currently viewers of my gallery can use a code number to search the gallery.  This is code number part of the file name. 

For example: file name trifin_01 - if you search for trifin you will find that file. I wish to enhance the search facility.  In my example the photo trifin_01 actually is a picture of John Doe.  I would like to be able to seach for John or Doe or John Doe and find that file but I do not wish to add that data to the file it would take me too long I have many hundred photos...  So I would like to create a lookup table where John and/ or Doe relates to trifin. 

Is this possible and how?

Thanks.

Joachim Müller

take a look at the custom user fields for image description: http://coppermine.sourceforge.net/manual.php#config_custom , or use the existing field "keywords" for this purpose (in fact it was built just for this purpose).

Joachim

trifin

im sorry if i have think wrong but wouldn't i have to enter more data once i have uploaded the pics if i use 'custom user fields'?

for me to go through each photo and add this information for each photo would be too much work.

in my example: i have hundreds of different shots of John Doe and hundreds of shots of Jane Doe.  I need some sort of look-up table.

Joachim Müller

If you're familar with mySQL queries you could come up with queries to be run in phpMyAdmin that will tag keywords to database entries  if your files have a naming scheme that can be used to clearly identify who's on the pics.

Joachim