I want to search for a phrase and not the collection of words How can I do this?
For instance "&Query= Widget Foo"
I only want to return results with the phrase 'Widget Foo' and not widget separate from foo.
I want to search for a phrase and not the collection of words How can I do this?
For instance "&Query= Widget Foo"
I only want to return results with the phrase 'Widget Foo' and not widget separate from foo.
Wrap your search term in quotes. Here is an example that is already url encoded:
http://www.bing.com/search?q=%22widget+foo%22