mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-10 11:33:17 +00:00
[SearchEngine] Add support for queries by date
This commit is contained in:
@@ -406,6 +406,9 @@ class API_V1_adapter extends API_V1_Abstract
|
||||
'defaultQuery' => $app['phraseanet.registry']->get('GV_defaultQuery'),
|
||||
'defaultQueryType' => $app['phraseanet.registry']->get('GV_defaultQuery_type'),
|
||||
),
|
||||
/**
|
||||
* @todo neutron update this
|
||||
*/
|
||||
'sphinx' => array(
|
||||
'active' => $app['phraseanet.registry']->get('GV_sphinx'),
|
||||
'host' => $app['phraseanet.registry']->get('GV_sphinx_host'),
|
||||
|
Reference in New Issue
Block a user