[ 
https://issues.apache.org/jira/browse/OAK-261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Mueller resolved OAK-261.
--------------------------------

    Resolution: Fixed

Should work now (since quite a long time actually), please re-open if not.
                
> Support querying on property types
> ----------------------------------
>
>                 Key: OAK-261
>                 URL: https://issues.apache.org/jira/browse/OAK-261
>             Project: Jackrabbit Oak
>          Issue Type: New Feature
>          Components: core, query
>            Reporter: Michael Dürig
>            Assignee: Thomas Mueller
>
> For backward resolving of references and weak references we need support to 
> query on property types:
> {code}
> SELECT * FROM [nt:base] 
> WHERE PROPERTY([*], 'REFERENCE') = '1234-abcd'
> {code}
> would return all properties of type REFERENCE whose value is '1234'.
> {code}
> SELECT * FROM [nt:base] 
> WHERE PROPERTY(['foo'], 'REFERENCE') = '1234-abcd'
> {code}
> would return all properties named 'foo' of type REFERENCE whose value is 
> '1234'.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to