This project is mirrored from https://github.com/Jack97/elasticsearch-dsl.
Pull mirroring updated .
- Jun 04, 2018
-
-
Martynas Sudintas authored
-
- Mar 15, 2018
-
-
Simonas Šerlinskas authored
-
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.
-
- Mar 09, 2018
-
-
Simonas Šerlinskas authored
-
- Apr 04, 2017
-
-
Mantas Urnieža authored
'_source_exclude' and '_source_include' was missing in parameters whitelist.
-
- Feb 03, 2017
-
-
Darius Pėža authored
* bump development version number * add scroll to URI parameters, fixes #201
-
- Jan 30, 2017
-
-
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
-
- Jan 04, 2017
-
-
KnysakPatryk authored
-
- Jul 20, 2016
-
-
Mantas Marcinkevičius authored
-
- Jul 19, 2016
-
-
Mantas Marcinkevicius authored
-
- Mar 17, 2016
-
-
Tomas Pocevičius authored
-
Tomas Pocevičius authored
-
- Mar 02, 2016
-
-
Mantas authored
-
- Feb 01, 2016
-
-
Stefan Bofirov authored
-
- Jan 26, 2016
-
-
Mantas Varatiejus authored
-
- Jan 06, 2016
-
-
Mantas Varatiejus authored
Also removed unused imports
-
- Dec 09, 2015
-
-
Mantas Varatiejus authored
-
- Dec 08, 2015
-
-
Mantas Urnieža authored
-
Mantas Urnieža authored
-
- Sep 07, 2015
-
-
Tadas authored
-
- Aug 12, 2015
-
-
Simonas Šerlinskas authored
-
- Aug 11, 2015
-
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
- Aug 06, 2015
-
-
Mantas Simkus authored
-
- Aug 05, 2015
-
-
Simonas Šerlinskas authored
-
- Jul 03, 2015
-
-
Aivaras Gotovskis authored
-
- Jul 01, 2015
-
-
Simonas Šerlinskas authored
-
- Jun 30, 2015
-
-
Simonas Šerlinskas authored
-
Benjamin Cremer authored
Suggester namespace was removed in commit 832934df.
-
Benjamin Cremer authored
-
- Jun 25, 2015
-
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
- Apr 29, 2015
-
-
Martynas Sudintas authored
-
- Apr 22, 2015
-
-
Mantas Jonušas authored
-
- Apr 03, 2015
-
-
Simonas Šerlinskas authored
-
- Apr 01, 2015
-
-
Martynas Sudintas authored
-
Martynas Sudintas authored
-
- Mar 13, 2015
-
-
Simonas Šerlinskas authored
from now, if there is only one query set, there will be no more generated bool query. Also Query class from now on is absolutely not necessary. There is no BC breaks.
-
- Mar 05, 2015
-
-
Mantas Jonušas authored
-