mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
TermNode is not a TextNode
This commit is contained in:
@@ -4,7 +4,7 @@ namespace Alchemy\Phrasea\SearchEngine\Elastic\AST;
|
||||
|
||||
use Alchemy\Phrasea\SearchEngine\Elastic\Search\QueryContext;
|
||||
|
||||
class TermNode extends TextNode
|
||||
class TermNode extends AbstractTermNode
|
||||
{
|
||||
public function buildQuery(QueryContext $context)
|
||||
{
|
||||
|
Reference in New Issue
Block a user