mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Merge metadata & native key expressions
Do not delegates query building to Key instance anymore.
This commit is contained in:
@@ -2,10 +2,8 @@
|
||||
|
||||
namespace Alchemy\Phrasea\SearchEngine\Elastic\AST\KeyValue;
|
||||
|
||||
use Alchemy\Phrasea\SearchEngine\Elastic\Search\QueryContext;
|
||||
|
||||
interface Key
|
||||
{
|
||||
public function buildQueryForValue($value, QueryContext $context);
|
||||
public function getIndexField();
|
||||
public function __toString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user