Re: case insensitive sentence matches in text field

2009-04-20 Thread Ian Connor
Hi, Thanks for the tip - it is in fact working. It is just that the word PubMed trips it up. It splits it up to pub med but if you leave it lowercase, it removes the 'ed' and leaves the root pubm. That is tricky and not what I expected - I will need to be more careful with these filters - thanks.

Re: case insensitive sentence matches in text field

2009-04-20 Thread Yonik Seeley
On Mon, Apr 20, 2009 at 1:22 PM, Ian Connor wrote: > If I have a field that is the default type text (from the sample schema) > with the lowercase filter and so forth, is it possible to also do sentence > matches in a case insensitive way? This should already work... can you add debugQuery=true t