samtiria / nextgen-gallery

Automatically exported from code.google.com/p/nextgen-gallery
0 stars 0 forks source link

Advanced filtering with nggtags. #375

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem? What is the expected output?

Some advanced filtering with nggtags would be awesome:

1. Intersecting tags by "+" prefix:

   [nggtags gallery=madrid, +people, +interior]
   Would result in a gallery with all Madrid pictures
   that are tagged with "people" AND "interior".

2. Excluding tags by "-" prefix:

   [nggtags gallery=rome, madrid, -people, -exterior]
   Would result in a gallery, containing all images with
   rome OR madrid that are NOT tagged with "people" OR
   "exterior".

   [nggtags gallery=-people, +exterior]
   All pics without people that were shot outside.

   [nggtags gallery=jessica, -portrait, -standing]
   All pics showing jessica, excluding portraits and
   standing poses.

   [nggtags gallery=mary, +close-up, finn, +close-up]
   Pics showing close-ups of Mary AND close-ups of Finn.

NextGEN is the best!

Cheers
Marcus

Original issue reported on code.google.com by marcus.k...@googlemail.com on 14 Jun 2011 at 8:38

GoogleCodeExporter commented 8 years ago
Also, being able to limit the galleries that are searched would be good, for 
example with an id= parameter.

Original comment by pablo.en...@gmail.com on 1 Aug 2011 at 3:24