[daisy] [JIRA] Created: (DSY-494) factebrowser defaultConditions
can not contain a fulltext-query
Marc Portier (JIRA)
issues at cocoondev.org
Fri Jun 15 11:03:46 CDT 2007
factebrowser defaultConditions can not contain a fulltext-query
---------------------------------------------------------------
Key: DSY-494
URL: http://issues.cocoondev.org//browse/DSY-494
Project: Daisy
Type: Bug
Reporter: Marc Portier
Priority: Minor
The query language has a known limitation for the usage of the FullText() statement: it must be at the start of the where-clause.
So if one creates a facet-browser with a <defaultConditions> section
it would be quite logic that such should also start with a FullText() (if you need one)
Helas: the FacetedBrowserApple decides to insert the defaultConditions at the end of the statement (i.e. after facet conditions and other stuff)
the result is an invalid query statement and thus an error.
see
./applications/daisywiki/frontend/src/java/org/outerj/daisy/frontend/FacetedBrowserApple.java
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
More information about the daisy
mailing list