0

Currently Chrome navigates to http://site.com/#!/search/search%20terms when searching directly from the Omnibar. Is there a way to have it navigate to http://site.com/#!/search/search terms instead? (One does not normally escape hash fragments)

abrkn
  • 1,971
  • 2
  • 15
  • 16

1 Answers1

1

Is there a way to have it navigate to http://site.com/#!/search/search terms instead?

No

(One does not normally escape hash fragments)

One usually does. Raw spaces are not allowed in URLs.

Quentin
  • 914,110
  • 126
  • 1,211
  • 1,335
  • [Try this fiddle](http://jsfiddle.net/abrkn/qJ2B9/) to verify my claim – abrkn Jun 11 '12 at 07:01
  • @abrkn — What claim? Are you suggesting that because you can give Chrome an invalid URI directly, its search feature should be able to generate an invalid URI? – Quentin Jun 11 '12 at 07:56