We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3a0141a + a562194 commit 9b40f18Copy full SHA for 9b40f18
elasticsearch/esql/functions.py
@@ -649,7 +649,7 @@ def min_over_time(field: ExpressionType) -> InstrumentedExpression:
649
650
651
def multi_match(
652
- query: ExpressionType, fields: ExpressionType, options: ExpressionType = None
+ query: ExpressionType, *fields: ExpressionType, options: ExpressionType = None
653
) -> InstrumentedExpression:
654
"""Use `MULTI_MATCH` to perform a multi-match query on the specified field.
655
The multi_match query builds on the match query to allow multi-field queries.
0 commit comments