You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2012/07/10 19:02:35 UTC

[jira] [Resolved] (CXF-4415) Update SearchContext to make it easy for users to do basic hierarchical queries

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

Sergey Beryozkin resolved CXF-4415.
-----------------------------------

    Resolution: Fixed
    
> Update SearchContext to make it easy for users to do basic hierarchical queries
> -------------------------------------------------------------------------------
>
>                 Key: CXF-4415
>                 URL: https://issues.apache.org/jira/browse/CXF-4415
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS
>            Reporter: Sergey Beryozkin
>            Assignee: Sergey Beryozkin
>             Fix For: 2.6.2, 2.7.0
>
>
> The users should be able to get FIQL or other expressions embedded into URI path (as opposed to a query) and capture them as JAX-RS path parameters.
> Example, few options to get the first chapters of all the books that have an id less than 123:
> /books[id=le=123]/chapter 
> /books[id=le=123]/chapter/1
> /books;id=le=123/chapter
> /books(id=le=123)/chapter

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira