Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Jack97/elasticsearch-dsl. Pull mirroring updated .
  1. Jan 24, 2019
  2. Jun 04, 2018
  3. May 31, 2018
  4. May 03, 2018
  5. Mar 16, 2018
  6. 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
  7. Mar 09, 2018
  8. Nov 21, 2017
  9. Apr 04, 2017
  10. Mar 16, 2017
    • Mantas Urnieža's avatar
      Getter for nested query and path. (#225) · 98ab3a30
      Mantas Urnieža authored
      * Getter for nested query.
      
      Currently there is not possibility to get query object when it is wrapped inside nested query.
      
      * Exposing path for nested query.
      
      * Removing not needed space.
      98ab3a30
  11. Mar 07, 2017
  12. Feb 03, 2017
  13. Jan 30, 2017
  14. Jan 27, 2017
  15. Jan 19, 2017
  16. Jan 18, 2017
Loading