Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Jack97/elasticsearch-dsl. Pull mirroring updated .
  1. Jul 19, 2019
    • John Fitzpatrick's avatar
      Update to allow multi-match query with no fields. (#291) · 2bcaa125
      John Fitzpatrick authored
      From the Elasticsearch documentation:
      
      If no fields are provided, the multi_match query defaults to the
      `index.query.default_field` index settings, which in turn defaults to
      `*`. `*` extracts all fields in the mapping that are eligible to term
      queries and filters the metadata fields. All extracted fields are then
      combined to build a query.
      2bcaa125
  2. Jan 27, 2017
Loading