Re: Really dumb search problem

2008-04-25 Thread Mark Miller
You can't tokenize the the search query if its on that field...using maybe a per field analyzer and the keyword analyzer? Check em out if you havn't. On Fri, 2008-04-25 at 16:01 +0100, Chris Mannion wrote: > Hi All > > I'm going to start this with an apology because, as you'll see below, I've > p

Re: Really dumb search problem

2008-04-25 Thread Ulf Dittmer
Have you tried double-quoting the postcode instead of using parentheses: postcode:"M11 1LQ" Ulf --- Chris Mannion <[EMAIL PROTECTED]> wrote: > "(postcode:(M11 1LQ) )" > > However, the postcode search never returns any results. __