forum.coppermine-gallery.net

No Support => Feature requests => Topic started by: coopersita on March 06, 2005, 01:02:32 am

Title: Advanced picture search
Post by: coopersita on March 06, 2005, 01:02:32 am
I was looking into some other posts, and someone was explaining how to do a search by color. I think an advance search in general would be nice. Search by name, color, author, cutom fields, etc.

And if it's planned for cpg 1.4, When is it going to be realeased?
Title: Re: Advanced picture search
Post by: Nibbler on March 06, 2005, 09:23:30 pm
1.4 has most of this. You can see the new search here (http://cpg-contrib.sourceforge.net/search.php). 1.4 will be released when it is ready.
Title: Re: Advanced picture search
Post by: Joachim Müller on March 07, 2005, 09:02:41 am
There's a mod as well that let's you search by color: http://forum.coppermine-gallery.net/index.php?topic=12470.0

Joachim
Title: Re: Advanced picture search
Post by: jaydj on March 22, 2005, 01:18:00 am
I made links from my webpages to my gallery using the search query as output like this:

http://www.mywebsite.com/gallery/thumbnails.php?album=search&type=full&search=insertkeywordhere

Then using a database I supply the url with a corresponding "insertkeywordhere" so when clicked goes automatically to the search results.

I've noticed that the results are always in order arranged by date.  Since I have several pictures, I wanted the results to be generated in a random order, not sorted by date, title or filename.  Is there a way to achieve this ? 

So if I had 5 pictures from event1 and another 5 pictures from event2 which was posted another day, I'm hoping to achieve a search result of these 10 pictures not in order (event1pic1, event1pic2... event2pic4,event2pic5).

I want the search results to be displayed randomly... for example like this:
(event2pic2, event1pic5,event1pic3,event2pic1,event1pic4...).

Is this possible ? Any suggestions would be greatly appreciated.