[daisy] [JIRA] Created: (DSY-645) Query Language: where clause: get documents matching contextdoc's collection(s)

Vincent Mouton (JIRA) issues at cocoondev.org
Tue May 6 14:29:52 CEST 2008


Query Language: where clause: get documents matching contextdoc's collection(s)
-------------------------------------------------------------------------------

         Key: DSY-645
         URL: http://issues.cocoondev.org//browse/DSY-645
     Project: Daisy
        Type: Improvement
  Components: Repository - querying and indexing  
    Versions: 2.2    
 Reporter: Vincent Mouton
    Priority: Minor


It basically comes down to being able to create such a query in the Daisy Query Language:

select name, id
where collections has any (ContextDoc(collections))



This means: being able to select documents, whose collection(s) match the current context document's collection(s).
This would prevent to place hard coded collections inside a query, thus making the query flexible and being able to apply it to multiple sites/collections.

-- 
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