Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Jack97/elasticsearch-dsl. Pull mirroring updated .
  1. May 31, 2018
  2. May 03, 2018
  3. Mar 16, 2018
  4. 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
  5. Nov 21, 2017
  6. Apr 04, 2017
  7. 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
  8. Mar 07, 2017
  9. Feb 03, 2017
  10. Jan 30, 2017
  11. Jan 27, 2017
  12. Jan 19, 2017
  13. Jan 18, 2017
  14. Jan 04, 2017
  15. Dec 27, 2016
  16. Dec 14, 2016
  17. Nov 11, 2016
    • Simonas Šerlinskas's avatar
      Functional tests (#166) · 6edab656
      Simonas Šerlinskas authored
      * Moved all tests to Unit folder
      
      * updated travis to install elasticsearch
      
      * updated composer to install elasticsearch
      
      * updated namespace in unit tests
      
      * added funtional tests
      
      * fix match all query composing
      
      When there are no parameters it has to return \stdClass.
      
      (cherry picked from commit 5970e92)
      
      * updated unit test for match all query
      
      * constants can only have underscore dash
      
      * fixed psr style issues
      
      * updated travis
      
      * exclude not compatible versions
      6edab656
  18. Sep 29, 2016
  19. Sep 21, 2016
  20. Sep 16, 2016
  21. Sep 14, 2016
Loading