goran kent wrote on 10/22/11 11:53 AM: > Hi, > > I'm getting confusing results from searching for field:term - eg, if I > have a spec'd field "title" which is indexed, and I want to search > using title:bob, I would expect it to restrict searching in that > field. > > I'm not getting *any* hits on this kind of search - I had a look in > the docs but nothing jumps out at me: is there something special that > must be done to achieve this? >
without seeing your code, it's hard to say. but have you set_heed_colons() ? http://search.cpan.org/~creamyg/Lucy-0.2.1/lib/Lucy/Search/QueryParser.pod#set_heed_colons%28heed_colons%29 -- Peter Karman . http://peknet.com/ . [email protected]
