Fix #1647 : Cleanup SE cache after API query

This commit is contained in:
Romain Neutron
2014-01-07 10:22:53 +01:00
parent ba74f00734
commit 7e77965be9

View File

@@ -908,6 +908,8 @@ class API_V1_adapter extends API_V1_Abstract
$this->app['phraseanet.SE.logger']->log($databox, $search_result->getQuery(), $search_result->getTotal(), $colls);
}
$this->app['phraseanet.SE']->clearCache();
$ret = array(
'offset_start' => $offsetStart,
'per_page' => $perPage,