GNOME Bugzilla – Bug 318421
Cant perform searches with firefox using a query with spaces
Last modified: 2005-10-10 18:15:35 UTC
Trying to enter a query with spaces ("some words") and selecting any web search engines (im my case, imported from firefox) does not open any browser window. running in window mode yelds: "Error: Failed to send command: 500 command not parsable: openURL(http://www.goog le.com/search?q=some" Expected: browser should open search engine and search "some words" Possible fix: replace spaces with "+"
Created attachment 53275 [details] [review] replacing spaces with '+' in the query seems to work
Can you try CVS ? The + replacement isn't enough, you must use cgi.encode
cvs still not working for me a google search on "some words" yelds the same error. (the full url string is: 'http://www.google.com/search?q=some words&sourceid=mozilla-search' cgi.escape has no effect on spaces, maybe use urllib.quote_plus(text) instead? (works for me)
Ok, my bad :) Fixed in CVS