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.