Thanks, Heejoon. Did you find a fix for this as well? This would be a nice patch to contribute.
Marlon From: <[email protected]<mailto:[email protected]>> on behalf of Heejoon Chae <[email protected]<mailto:[email protected]>> Reply-To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Date: Thursday, January 21, 2016 at 1:32 AM To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Cc: 서석준 <[email protected]<mailto:[email protected]>> Subject: Airavata::searchExperiments is not working properly Hi, While we are customizing the PGA, we recognized one of function we need is not working properly. <code> Airavata::searchExperiments(Session::get('authz-token'), Session::get('gateway_id'), Session::get('username'), $oFilters, $limit, $offset ); </code> 1. In this function in Airavata Module, the limit and offset option doesn't works even though I changed the values. 2. Also I found that when setting filter with filter option, the 'name' and 'status' filter works but 'date form' and 'date to' filter doesn't works. Thank you, Heejoon.
