From: Rutger V. <rut...@gm...> - 2010-03-21 12:13:21
|
Hi all, I cleaned up the html in the recently added static pages. > I'm a little surprised actually that the '=' character in the query > strong doesn't need to be URL-encoded - not sure to what extent that's > by chance or demanded by the HTTP spec. To be on the safe side, I > encoded them all as %3D. I think everything between the first = and the & is considered a single value regardless how many subsequent = there are. Certainly our application does, so I don't think we have to encode them (though I've left them as is, for now). > I also made them == so that it's an exact search. It turns out that > regardless the search is a substring search. I suppose that's a bug > and will submit to the tracker. It means that right now a search for > journal Evolution won't work - it's in too many journal names. Yeah, I know, that needs some work. Rutger |