mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-17 02:15:22 +00:00
Fix #122 - Thanks to Ryan for reporting!
This commit is contained in:
parent
d083bfbc65
commit
4682f953bc
@ -50,7 +50,7 @@ public class DateClientParam implements IParam {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public IDateSpecifier before() {
|
public IDateSpecifier before() {
|
||||||
return new DateWithPrefix("<=");
|
return new DateWithPrefix("<");
|
||||||
}
|
}
|
||||||
|
|
||||||
public IDateSpecifier beforeOrEquals() {
|
public IDateSpecifier beforeOrEquals() {
|
||||||
|
@ -139,6 +139,10 @@
|
|||||||
Observation.applies[x] and other similar search fields with multiple allowable
|
Observation.applies[x] and other similar search fields with multiple allowable
|
||||||
value types were not being correctly indexed in the JPA server.
|
value types were not being correctly indexed in the JPA server.
|
||||||
</action>
|
</action>
|
||||||
|
<action type="fix" issue="122">
|
||||||
|
DateClientParam.before() incorrectly placed "<=" instead of
|
||||||
|
"<" in the request URL. Thanks to Ryan for reporting!
|
||||||
|
</action>
|
||||||
</release>
|
</release>
|
||||||
<release version="0.8" date="2014-Dec-17">
|
<release version="0.8" date="2014-Dec-17">
|
||||||
<action type="add">
|
<action type="add">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user