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

Anahide Tchertchian reassigned NXP-6441:
----------------------------------------

    Assignee: Anahide Tchertchian

> Update query support of the IN and NOT IN operator in content view predicates
> -----------------------------------------------------------------------------
>
>                 Key: NXP-6441
>                 URL: https://jira.nuxeo.com/browse/NXP-6441
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Improvement
>            Reporter: Anahide Tchertchian
>            Assignee: Anahide Tchertchian
>             Fix For: 5.4.3
>
>
> Searches on the IN operator are split as JackRabbit did not support that kind 
> of query.
> "WHERE dc:contributors IN ('bob', 'john')" is then rewritten "WHERE 
> (dc:contributors = 'bob' OR dc:contributors = 'john')" which is useless.
> + "NOT IN" operator is not supported
> + it oculd be a good improvement to make core providers handle AND clauses 
> between the values (to get documents that have all the given values: WHERE 
> (dc:contributors = 'bob' AND dc:contributors = 'john')

--
This message is automatically generated by JIRA.
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