mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Improve jison script, run the update parser
This commit is contained in:
@@ -276,6 +276,8 @@ class ElasticSearchEngine implements SearchEngineInterface
|
||||
{
|
||||
$parser = new QueryParser();
|
||||
$ast = $parser->parse($string);
|
||||
|
||||
|
||||
$userQuery = $ast->getQuery();
|
||||
|
||||
$params = $this->createQueryParams($userQuery, $options ?: new SearchEngineOptions());
|
||||
|
Reference in New Issue
Block a user