Re: Handle expression in the index

2013-02-07 Thread Nicolas Roduit
Thanks for your prompt reply. I've implemented the prospective search and It works correctly now. Nicolas Le 06. 02. 13 10:13, Nicolas Roduit a écrit : hi Nicolas , if i understand correctly what you are describing is that your tag field will contain Lucine queries syntax - one word = exact m

Re: Handle expression in the index

2013-02-06 Thread Alon Muchnick
hi Nicolas , if i understand correctly what you are describing is that your tag field will contain Lucine queries syntax - one word = exact match , 2 words "xx yy" = phrase match , and so on . there is a search method called "Prospective search" which fits this situation . you can try and use th