Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Jack97/elasticsearch-dsl. Pull mirroring updated .
  1. Aug 01, 2019
  2. Jul 19, 2019
  3. Jun 27, 2019
  4. Apr 10, 2019
  5. Jan 24, 2019
  6. Jun 04, 2018
  7. May 31, 2018
  8. May 03, 2018
  9. Mar 16, 2018
  10. Mar 15, 2018
    • Simonas Šerlinskas's avatar
      revert multiple queries add-on · 6e6bc235
      Simonas Šerlinskas authored
      6e6bc235
    • Andrew McLagan's avatar
      Ability to add multiple queries in a single call · 9bd27c2f
      Andrew McLagan authored
      There are situation where adding multiple queries is super beneficial. 
      
      This PR enables package users to call `$search->addQueries(...)` in two different ways.
      
      #### Single dimension array parameter
      
      In this case an array of `BuilderInterface $query` are passed to the root `$search->addQuery()` function.
      
      #### Multi dimensional array parameter
      
      In this case an array of arrays is passed in, each member of the array is to match the function signature of `$search->addQuery()` and the PHP 5.4 traversable unpacking language feature is used to parameterise the root `$search->addQuery()` function.
      9bd27c2f
    • Simonas Šerlinskas's avatar
      fixes #237 - added support for date range keys (#252) · 18e1f105
      Simonas Šerlinskas authored
      (cherry picked from commit 8458ac9)
      18e1f105
    • Toni Rudolf's avatar
      implemented relation for geo_shape query (#240) · 90c2309b
      Toni Rudolf authored
      * implemented relation for geo_shape query
      
      * switched position and coordinates parameters
      
      * Switched parameters for tests as well
      
      * Deprecated parameter position
      
      * Overwrite relation
      90c2309b
  11. Mar 09, 2018
Loading