Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Jack97/elasticsearch-dsl. Pull mirroring updated .
  1. Aug 03, 2023
  2. Feb 05, 2020
  3. Jan 31, 2020
  4. Dec 23, 2019
  5. Nov 15, 2019
  6. Oct 08, 2019
  7. Sep 11, 2019
  8. Aug 01, 2019
  9. 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
Loading