Skip to content

Commit

Permalink
Cleanup Query documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Oct 22, 2019
1 parent feefaeb commit 3645bdd
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 114 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file based on the
* Changed all factory methods to make use of [late static bindings](http://docs.php.net/manual/en/language.oop5.late-static-bindings.php) by using `static` instead of `self` keyword. This is to increase extendability for classes with factory methods.

### Backward Compatibility Breaks
* The `\Elastica\Query::$_suggest` property has been renamed to `$hasSuggest` and is now private, it should not be used from extending classes [#1679](https://github.com/ruflin/Elastica/pull/1679)
* Removed `\Elastica\Query\GeohashCell` query, use `\Elastica\Query\GeoBoundingBox` instead [#1672](https://github.com/ruflin/Elastica/pull/1672).
* Dropped support for PHP 7.0
* \Elastica\AbstractUpdateAction::getOptions( $fields ) no longer supports the $underscore parameter, option names must match what elasticsearch expects.
Expand Down

0 comments on commit 3645bdd

Please sign in to comment.