Sergey Beryozkin created CXF-4415:
-------------------------------------

             Summary: 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 the the first chapter 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

        

Reply via email to