=== modified file 'dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/event/PersonController.java' --- dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/event/PersonController.java 2014-01-28 11:17:59 +0000 +++ dhis-2/dhis-web/dhis-web-api/src/main/java/org/hisp/dhis/api/controller/event/PersonController.java 2014-01-28 11:18:49 +0000 @@ -207,7 +207,7 @@ { and.add( Restrictions.and( Restrictions.eq( "attribute.uid", split[0] ), - Restrictions.gt( "attributeValue.value", split[2] ) + Restrictions.lt( "attributeValue.value", split[2] ) ) ); } else if ( "ge".equals( split[1].toLowerCase() ) )