[ 
http://jira.nuxeo.org/browse/NXP-4147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stéphane Lacoin updated NXP-4147:
---------------------------------

      Description: 
We need to retrieve and paginate documents that are referenced by the tag 
service.
This can be achieved by extending NXQL for being able to evaluate expression 
like 

SELECT * from Document WHERE ecm:tag IN ('photo','movie');

The first and critical need is to be able to evaluate expression using the 
equal operator 

SELECT * FROM Document WHERE ecm:tag = 'photo'


  was:
We need to retrieve and paginate documents that are referenced by the tag 
service.
This can be achieved by extending NXQL for being able to evaluate expression 
like 

Select * from Document where ecm:tag in ('photo','movie');



    Fix Version/s:     (was: 5.3.x)

> VCS: allow queries about tags using NXQL
> ----------------------------------------
>
>                 Key: NXP-4147
>                 URL: http://jira.nuxeo.org/browse/NXP-4147
>             Project: Nuxeo Enterprise Platform
>          Issue Type: New Feature
>          Components: Core SQL Storage
>            Reporter: Stéphane Lacoin
>            Assignee: Florent Guillaume
>            Priority: Critical
>   Original Estimate: 0 minutes
>  Remaining Estimate: 0 minutes
>
> We need to retrieve and paginate documents that are referenced by the tag 
> service.
> This can be achieved by extending NXQL for being able to evaluate expression 
> like 
> SELECT * from Document WHERE ecm:tag IN ('photo','movie');
> The first and critical need is to be able to evaluate expression using the 
> equal operator 
> SELECT * FROM Document WHERE ecm:tag = 'photo'

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to