Stop Words in Quoted vs Unquoted Search

Here's the gist: Stop Words in Quoted vs Unquoted Search · GitHub

...Thanks,
...Ken

On Wed, Apr 11, 2012 at 6:30 AM, Shay Banon kimchy@gmail.com wrote:

Thats strange, the first option simply translates to a boolean query and
the other one translates to a phrase query. Can you gist a recreation?

On Mon, Apr 9, 2012 at 9:24 PM, Kenneth Loafman <kenneth.loafman@gmail.com

wrote:

Hi,

We're seeing an odd problem in search that revolves around stop words.

If I use the query (no quotes):
worst way to travel
ES returns nothing.

If I use the query (with quotes):
"worst way to travel"
ES returns matches.

Why the difference? Do I need to remove stop words manually from a
non-quoted query?

...Ken