Comment #3 on issue 14226 by hirsch.will: keyword search strings containing spaces substitute + instead of urlencoded space http://code.google.com/p/chromium/issues/detail?id=14226
Easy to circumvent in MediaWiki: just use /w/index.php?title=%s, or /w/index.php? title=Special:Search&search=%s (at least on Wikimedia wikis, this works). I think the equivalence of "+" to a space is limited to the query string (after the "?"). Perhaps the opposite, using "%20" in the query string has problems of its own? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs
