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() {
|
||||
return new DateWithPrefix("<=");
|
||||
return new DateWithPrefix("<");
|
||||
}
|
||||
|
||||
public IDateSpecifier beforeOrEquals() {
|
||||
|
|
|
@ -139,6 +139,10 @@
|
|||
Observation.applies[x] and other similar search fields with multiple allowable
|
||||
value types were not being correctly indexed in the JPA server.
|
||||
</action>
|
||||
<action type="fix" issue="122">
|
||||
DateClientParam.before() incorrectly placed "<=" instead of
|
||||
"<" in the request URL. Thanks to Ryan for reporting!
|
||||
</action>
|
||||
</release>
|
||||
<release version="0.8" date="2014-Dec-17">
|
||||
<action type="add">
|
||||
|
|
Loading…
Reference in New Issue