Hi Syncopers, I'm currently working on updating our CXF migration website [1]. While I was starting documentation some month ago, I discovered a nice feature CXF offers, to make more standard like search queries, that can easily be applied to different persistent layers. It is called "Feed Item Query Language"(FIQL). Take a look at [2] for more detailed information.
We are currently using our own custom *Cond classes to POST search requests. According to RESTful best practices it would be nicer, to send these kind of search queries via GET operation. With FIQL we could easily achieve this behavior. So my proposal would be to create a new JIRA ticket (for 1.3.0 ?) to switch our current implementation to support and use FIQL search queries in the feature, and also update our Roadmap accordingly. WDYT? Best regards. Jan [1] https://cwiki.apache.org/confluence/display/SYNCOPE/REST+API+upgrade#RESTAPIupgrade-ConfigurationService [2] http://cxf.apache.org/docs/jax-rs-search.html
