Jan Bernhardt created CXF-4635:
----------------------------------

             Summary: Typo in FIQL search query documentation
                 Key: CXF-4635
                 URL: https://issues.apache.org/jira/browse/CXF-4635
             Project: CXF
          Issue Type: Bug
          Components: Documentation
            Reporter: Jan Bernhardt
            Priority: Trivial


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


--
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