[
https://issues.apache.org/jira/browse/CXF-6342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14499561#comment-14499561
]
Sergey Beryozkin commented on CXF-6342:
---------------------------------------
Thanks for the suggested text, I added a "Relative queries" subsection to
"Using Dates with Queries", copied your text nearly 1 to 1, thanks
> Undocumented feature to pass dates as Duration in JAX-RS-search
> ----------------------------------------------------------------
>
> Key: CXF-6342
> URL: https://issues.apache.org/jira/browse/CXF-6342
> Project: CXF
> Issue Type: Improvement
> Components: JAX-RS
> Affects Versions: 3.0.4
> Reporter: Vjacheslav Borisov
> Priority: Minor
> Fix For: 3.0.5
>
>
> Occasionally found useful, but undocumented feature to pass dates as Duration
> in JAX-RS-search. I think it should be documented in
> http://cxf.apache.org/docs/jax-rs-search.html
> {code:title=AbstractSearchConditionParser.java|borderStyle=solid}
> // is that duration?
> try {
> Date now = new Date();
> DatatypeFactory.newInstance().newDuration(value).addTo(now);
> return now;
> } catch (DatatypeConfigurationException e1) {
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)