Skip to main content

multi_match

Function multi_match 

Source
pub fn multi_match<S>(
    query: impl Into<String>,
    fields: impl IntoIterator<Item = Text<S>>,
) -> Query<S>
Expand description

A cross-field full-text query over several Text fields in the same scope.