I think that the % character in "% of GNI" should be escaped to %25
(which is the code for the percent character). You shouldn't have
unescaped % in your URL.
Is the bug still present using the
http://localhost:9000/search?q=Adjusted%20net%20savings,%20excluding%20particulate%20emission%20damage%20(%25%20of%20GNI)%20(Al
URL?
Nicolas
2011/3/14 Tony Xiao <tony...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "play-framework" group.
> To post to this group, send email to play-fr...@googlegroups.com.
> To unsubscribe from this group, send email to
> play-framewor...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/play-framework?hl=en.
>
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
-- Florian Gutmann
I pasted the URL in Chromium which didn't converted the % sign. Maybe
could you report the bug to them ;)
Nicolas
2011/3/15 Tony Xiao <tony...@gmail.com>:
> Got it, thanks guys!