Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Jack97/elasticsearch-dsl. Pull mirroring updated .
  1. Apr 22, 2019
  2. Apr 10, 2019
  3. Feb 18, 2019
  4. Jan 24, 2019
  5. Jun 04, 2018
  6. May 31, 2018
  7. May 03, 2018
  8. Mar 16, 2018
  9. 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
  10. Mar 09, 2018
  11. Nov 21, 2017
  12. Apr 04, 2017
  13. 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
  14. Mar 07, 2017
  15. Feb 03, 2017
Loading