[SearchEngine] Add support for queries by date

This commit is contained in:
Romain Neutron
2012-10-26 20:09:05 +02:00
parent 8a829f03b1
commit c5e9b1f7b5
30 changed files with 804 additions and 189 deletions

View File

@@ -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'),