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

Typo in FIQL search query documentation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • None
    • Documentation
    • None
    • Novice

    Description

      Samples under [1] use "," to demonstrate OR operator, but the table as well as the following text say that another character "'" should be used for OR operations. Which one is correct?

      Quote:

      // Find all employees younger than 25 or older than 35 living in London
      /employees?_s=(age=lt=25,age=gt=35);city==London

      . . .

      The last two operators, "'"(OR) and ";"(AND) are used to ...

      [1] http://cxf.apache.org/docs/jax-rs-advanced-features.html#JAX-RSAdvancedFeatures-FIQLsearchqueries

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: