mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix AST namespace import
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Alchemy\Phrasea\SearchEngine\Elastic;
|
||||
use Exception;
|
||||
|
||||
|
||||
use AST\Node, AST\TextNode, AST\QuotedTextNode, AST\PrefixNode, AST\KeywordNode, AST\AndExpression, AST\OrExpression, AST\InExpression;
|
||||
use Alchemy\Phrasea\SearchEngine\Elastic\AST as AST;
|
||||
|
||||
class QueryParser
|
||||
{
|
||||
|
Reference in New Issue
Block a user