Merge pull request #1497 from mdarse/fix-691-cross-field-query

PHRAS-691
This commit is contained in:
Benoît Burnichon
2015-09-08 10:52:07 +02:00
2 changed files with 7 additions and 0 deletions

View File

@@ -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,
]