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.
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