Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Jack97/elasticsearch-dsl. Pull mirroring updated .
  1. Dec 23, 2019
  2. Oct 08, 2019
    • Simonas Šerlinskas's avatar
      resolve merge conflicts · 814c3dd9
      Simonas Šerlinskas authored
      Unverified
      814c3dd9
    • Simon Gadient's avatar
      Initialize static serializer on wakeup (#288) · 63a15e3c
      Simon Gadient authored
      * master branch dev versions set to 6.1-dev
      
      * introducing field aware trait and named builder interface
      
      * Adding param `track_total_hits` (#273)
      
      * Add getQuery Method to FunctionScoreQuery (#271)
      
      * Add getQuery Method to FunctionScoreQuery
      
      Add getQuery Method to FunctionScoreQuery in order to apply changes to query of FunctionScoreQuery.
      
      * Update FunctionScoreQuery.php
      
      * added new NestedSort for replacing deprecated nested_filter and nested_path (#267)
      
      * added new NestedSort for replacing deprecated nested_filter and nested_path
      
      * made the filter optional
      
      * remove keyed option condition for to have range key
      
      * update readme version matrix
      
      * fix php psr2 style issues in the FunctionScore class
      
      * Initialize static serializer on wakeup
      63a15e3c
  3. Aug 01, 2019
  4. Jun 27, 2019
  5. Apr 22, 2019
  6. Feb 18, 2019
  7. Jun 04, 2018
  8. 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
  9. Mar 09, 2018
  10. Apr 04, 2017
  11. Feb 03, 2017
  12. 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
  13. Jan 04, 2017
  14. Jul 20, 2016
  15. Jul 19, 2016
  16. Mar 17, 2016
  17. Mar 02, 2016
  18. Feb 01, 2016
  19. Jan 26, 2016
  20. Jan 06, 2016
  21. Dec 09, 2015
  22. Dec 08, 2015
  23. Sep 07, 2015
  24. Aug 12, 2015
  25. Aug 11, 2015
  26. Aug 06, 2015
  27. Aug 05, 2015
  28. Jul 03, 2015
  29. Jul 01, 2015
  30. Jun 30, 2015
Loading