diff --git a/lib/classes/API/V1/adapter.php b/lib/classes/API/V1/adapter.php index 8fa6aefe6c..6ff5b14764 100644 --- a/lib/classes/API/V1/adapter.php +++ b/lib/classes/API/V1/adapter.php @@ -891,6 +891,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 = [ 'offset_start' => $offsetStart, 'per_page' => $perPage,