Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Jack97/elasticsearch-dsl. Pull mirroring updated .
  1. Jun 04, 2018
  2. Mar 15, 2018
    • Simonas Šerlinskas's avatar
      revert multiple queries add-on · 6e6bc235
      Simonas Šerlinskas authored
      Unverified
      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
  3. Mar 09, 2018
  4. Apr 04, 2017
  5. Feb 03, 2017
  6. Jan 30, 2017
    • Simonas Šerlinskas's avatar
      Removing deprecated queries (#197) · 48df0dcc
      Simonas Šerlinskas authored
      * remove deprecated queries
      
      * move tests
      
      * added support for 5.x elasticsearch syntax
      
      changed script_score lang to painless
      
      * refactored tests to support elastic 5
      
      * update changelog
      
      * uri parameters was moved to container, introduced 5.0 new request body parameters
      
      * removed filter endpoint, change order for query and postfilter
      
      * search test has too many not necessary test cases
      
      All those tests has to be in specific query or endpoint. Also functional tests make more sense then asserting it in the SearchTest
      
      * moving elasticsearch/elasticsearch to required dependencies
      48df0dcc
  7. Jan 04, 2017
  8. Jul 20, 2016
  9. Jul 19, 2016
  10. Mar 17, 2016
  11. Mar 02, 2016
  12. Feb 01, 2016
  13. Jan 26, 2016
  14. Jan 06, 2016
  15. Dec 09, 2015
  16. Dec 08, 2015
  17. Sep 07, 2015
  18. Aug 12, 2015
  19. Aug 11, 2015
  20. Aug 06, 2015
  21. Aug 05, 2015
  22. Jul 03, 2015
  23. Jul 01, 2015
  24. Jun 30, 2015
  25. Jun 25, 2015
  26. Apr 29, 2015
  27. Apr 22, 2015
  28. Apr 03, 2015
  29. Apr 01, 2015
  30. Mar 13, 2015
  31. Mar 05, 2015
Loading