Re: Wrapping query text into "<>" results into match all

2014-12-02 Thread Anthony Andrushchenko
Hi Nikolas, thank you very much for your fast and accurate response! Best, Tony вторник, 2 декабря 2014 г., 18:06:49 UTC+2 пользователь Nikolas Everett написал: > > Its a range query on all terms less than products>. You'll want to use > match instead of query_string and you won't see weird

Re: Wrapping query text into "<>" results into match all

2014-12-02 Thread Nikolas Everett
Its a range query on all terms less than products>. You'll want to use match instead of query_string and you won't see weird stuff like that. On Tue, Dec 2, 2014 at 11:02 AM, Anthony Andrushchenko wrote: > Hi everybody, > > I have encountered very strange behaviour of the search when the search

Wrapping query text into "<>" results into match all

2014-12-02 Thread Anthony Andrushchenko
Hi everybody, I have encountered very strange behaviour of the search when the search query is wrapped into "<>" characters, for example query text: "products" matches no documents, while "" matches all the documents from the index. I won't post the index creation definitions (i.e. mappings