Use multi match query in Kibana

I have a query that needs to match against multiple different fields for a visualization. The only way I can see to do that in Kibana is by explicitly writing out the Lucene syntax with a set of coupled "OR" searches. Is there any way to access the ES "multi match query" functionality within Kibana?

The Kibana search bar supports the full Elasticsearch query dsl. It's not pretty squeezing the JSON into a single line text box, but it should work.