Open
0 of 2 issues completedDescription
We want to add another search function, this time for the multi_match query.
Example:
FROM search-movies
| WHERE multi_match([title, plot, summary], "harry potter", { "type": "cross_fields" })
The multi_match
function should accept the same options as the multi_match
query.