Re: How to search string

2016-05-11 Thread Lasitha Wattaladeniya
Hi Kishor, You can try escaping the search phrase "Garmin Class A" > Garmin\ Class\ A Lasitha Wattaladeniya Software Engineer Mobile : +6593896893 Blog : techreadme.blogspot.com On Wed, May 11, 2016 at 6:12 PM, Ahmet Arslan wrote: > Hi, > > You can be explicit about the field that you want to

Re: How to search string

2016-05-11 Thread Ahmet Arslan
Hi, You can be explicit about the field that you want to search on. e.g. q=product_name:(Garmin Class A) Or you can use lucene query parser with default field (df) parameter. e.g. q={!lucene df=product_name)Garmin Class A Its all about query parsers. Ahmet On Wednesday, May 11, 2016 9:12 AM