This project is mirrored from https://github.com/Jack97/elasticsearch-dsl.
Pull mirroring updated .
- Oct 08, 2019
-
-
Luiz Guilherme Fonseca Rosa authored
* bump development version number * missing support added missing support to [field value factor](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html#function-field-value-factor) * updated docs * proposed changes
-
- Jun 27, 2019
-
-
pmishev authored
-
- Apr 22, 2019
-
-
Pascal Thesing authored
-
- Apr 10, 2019
-
-
Hendrik Söbbing authored
-
Hendrik Söbbing authored
-
- Jan 24, 2019
-
-
Simonas Šerlinskas authored
-
- Sep 04, 2018
-
-
Simonas Šerlinskas authored
-
- Jun 04, 2018
-
-
Martynas Sudintas authored
-
- May 31, 2018
-
-
Simonas Šerlinskas authored
-
- May 03, 2018
-
-
David Higgins authored
* fixes #257 - added $format arg to date histogram * fixed typo
-
David Higgins authored
Example `['from' => 0, 'to' => 0]` is a valid aggregate range
-
Simonas Šerlinskas authored
-
- Mar 22, 2018
-
-
Simonas Šerlinskas authored
-
- Mar 16, 2018
-
-
Simonas Šerlinskas 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.
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
(cherry picked from commit 8458ac9)
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
(cherry picked from commit 8600bf0)
-
Simonas Šerlinskas authored
-
Simonas Šerlinskas authored
-
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
-
- Nov 21, 2017
-
-
James Rodger authored
-
- Apr 04, 2017
-
-
Mantas Urnieža authored
'_source_exclude' and '_source_include' was missing in parameters whitelist.
-
- Apr 03, 2017
-
-
Michael Crumm authored
-
- Mar 16, 2017
-
-
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.
-
- Mar 07, 2017
-
-
Mantas Marcinkevičius authored
-
Mantas Marcinkevičius authored
* added documentation for geo distance range query * added a deprecation message to geo distance range query
-
Mantas Marcinkevičius authored
-
Mantas Marcinkevičius authored
-
Mantas Marcinkevičius authored
-
Mantas Marcinkevičius authored
-
Mantas Marcinkevičius authored
-
Mantas Marcinkevičius authored
-
Mantas Marcinkevičius authored
* updated the readme * copied the release info to changelog * updated the how to section on filters * updated the regexp queery docs: changed filter to query
-
Mantas Marcinkevičius authored
-
- Mar 06, 2017
-
-
Mantas Marcinkevičius authored
* reorganized query docs * added in progress... to new doc files
-
- Feb 03, 2017
-
-
Simonas Šerlinskas authored
-