[daisy] Two small issues with Queries

Andreas Deininger adeininger at googlemail.com
Fri Sep 21 02:03:59 CDT 2007


Am 20.09.07 schrieb Hofmann. David <d.hofmann at seeburger.de>:
>
> Hi, think it's not really worth creating JIRA issues here (am I right?). I have version 2.1 installed.
>
> The FullText()      function only works on the first position of the where clause:
> "where      FullText('example') and branch = 'main' works, but
> "where branch='main' and FullText('example') not.

I think this is a know limitation of the query language:
http://cocoondev.org/daisydocs-2_1/373-cd/9-cd.html:
<citation>
Note: The FullText clause needs to be the first after the word
"where", it cannot appear at arbitrary positions in the where-clause.
</citation>

Regards
Andreas


More information about the daisy mailing list