Mailing List Archive

QueryParser details
Hi,

I found a some docs about queries here:
http://www.rectangular.com/kinosearch/docs/devel/KinoSearch/QueryParser.html
It mentions that "Phrases, delimited by double quotes." are supported.
Is there any further detail on the exact syntax of this? The code that
I wrote was initially using CLucene, but I am migrating it over to
KinoSearch but my quoted queries do not work in KinoSearch. For
example I have a query:
(flag_deleted:0) AND (folder:".")
Which returns 0 results. If I remove the quotes from that it gives some results.

Thanks,

Scott
Re: QueryParser details [ In reply to ]
Hi,

Sorry, ignore this. It was an issue in my code.

Scott

On 8/20/07, Scott Beck <scottbeck@gmail.com> wrote:
> Hi,
>
> I found a some docs about queries here:
> http://www.rectangular.com/kinosearch/docs/devel/KinoSearch/QueryParser.html
> It mentions that "Phrases, delimited by double quotes." are supported.
> Is there any further detail on the exact syntax of this? The code that
> I wrote was initially using CLucene, but I am migrating it over to
> KinoSearch but my quoted queries do not work in KinoSearch. For
> example I have a query:
> (flag_deleted:0) AND (folder:".")
> Which returns 0 results. If I remove the quotes from that it gives some results.
>
> Thanks,
>
> Scott
>