Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-4415

Update SearchContext to make it easy for users to do basic hierarchical queries

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.6.2, 2.7
    • JAX-RS
    • None
    • Unknown

    Description

      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

      Attachments

        Activity

          People

            sergey_beryozkin Sergey Beryozkin
            sergey_beryozkin Sergey Beryozkin
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: