Advanced picture search Advanced picture search
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Advanced picture search

Started by coopersita, March 06, 2005, 01:02:32 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

coopersita

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?

Nibbler

1.4 has most of this. You can see the new search here. 1.4 will be released when it is ready.

Joachim Müller


jaydj

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.