Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/Jack97/elasticsearch-dsl. Pull mirroring updated .
  1. Dec 02, 2024
  2. Aug 05, 2023
  3. Aug 03, 2023
  4. Dec 23, 2019
  5. Oct 08, 2019
    • Simonas Šerlinskas's avatar
      resolve merge conflicts · 814c3dd9
      Simonas Šerlinskas authored
      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
  6. Aug 01, 2019
  7. Jun 27, 2019
  8. Apr 22, 2019
  9. Feb 18, 2019
  10. Jun 04, 2018
  11. 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
  12. Mar 09, 2018
  13. Apr 04, 2017
  14. Feb 03, 2017
  15. 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
  16. Jan 04, 2017
  17. Jul 20, 2016
  18. Jul 19, 2016
  19. Mar 17, 2016
  20. Mar 02, 2016
  21. Feb 01, 2016
  22. Jan 26, 2016
  23. Jan 06, 2016
  24. Dec 09, 2015
  25. Dec 08, 2015
  26. Sep 07, 2015
  27. Aug 12, 2015
  28. Aug 11, 2015
  29. Aug 06, 2015
Loading