forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: Leonard Will on August 14, 2010, 05:14:49 pm

Title: [Fixed]: Search from keyword manager fails
Post by: Leonard Will on August 14, 2010, 05:14:49 pm
I am using 1.5.8 at http://www.enfieldsociety.org.uk/photographs/

The search function from the third column in keyword manager returned no images. Searching from the keyword cloud at the bottom worked correctly.

This seems to be because the line in keywordmgr.php reads

            <a href="thumbnails.php?album=search&amp;search=$orig_word_param" target="_blank">

I changed it to

            <a href="thumbnails.php?album=search&amp;keywords=on&amp;search=$orig_word_param" target="_blank">

and it now works. Is this a bug or should the "keywords=on" text be suppllied from somewhere else?

Title: [Fixed]: Re: Search from keyword manager fails
Post by: François Keller on August 14, 2010, 07:31:15 pm
Thank's for reporting this, you're right
Fixed in rev#7818