![]() |
|
Linking EXIF values to search results - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Linking EXIF values to search results (/thread-4573.html) |
Linking EXIF values to search results - kingkool68 - 2009-01-31 With the latest official zenphoto release I've really enjoyed including EXIF values in search. But I want to link the EXIF values displayed in my photo pages to a search, I run into a bit of a problem with apertures and shutter speed. For example a search for f/8 ends up just searching for f due to the backslash example -> http://www.russellheimlich.com/zen/page/search/tags/f/8 Is there anyway I can encode the / so it works for the search? I tried a regular expression replacing / with %2F which didn't work and urlencode('/') which didn't work. This is also an issue with tags that contain a backslash. Linking EXIF values to search results - kingkool68 - 2009-01-31 Oops, search/tags/f/8 is wrong it should be just search/f/8 And these two searches work http://www.russellheimlich.com/zen/page/search/f/2.8 and http://www.russellheimlich.com/zen/page/search/1/50+sec but any search with a single digit after the / doesn't work like f/8 http://www.russellheimlich.com/zen/page/search/f/8 |