mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merge pull request #1497 from mdarse/fix-691-cross-field-query
PHRAS-691
This commit is contained in:
@@ -53,6 +53,7 @@ class TextNode extends AbstractTermNode implements ContextAbleInterface
|
||||
'multi_match' => [
|
||||
'fields' => $index_fields,
|
||||
'query' => $this->text,
|
||||
'type' => 'cross_fields',
|
||||
'operator' => 'and',
|
||||
'lenient' => true,
|
||||
]
|
||||
|
Reference in New Issue
Block a user