Skip to content
Snippets Groups Projects
Commit ef160e57 authored by Mantas Varatiejus's avatar Mantas Varatiejus
Browse files

Merge branch '1.x'

# Conflicts:
#	src/Query/FuzzyLikeThisFieldQuery.php
#	src/Query/FuzzyLikeThisQuery.php
parents 481336a0 a2e86167
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,11 @@ v2.0.0 (2016-x) ...@@ -8,6 +8,11 @@ v2.0.0 (2016-x)
- [BC break] Removed all filters and filtered query - [BC break] Removed all filters and filtered query
- [BC break] Query's `toArray()` now returns array WITH query type - [BC break] Query's `toArray()` now returns array WITH query type
v1.x (2016-x)
---
- Deprecated `FuzzyLikeThisQuery` and `FuzzyLikeThisFieldQuery` queries
v1.1.1 (2016-01-26) v1.1.1 (2016-01-26)
--- ---
......
# Fuzzy Like This Field Query # Fuzzy Like This Field Query
__DEPRECATED__: this query is deprecated and will be removed in ElasticsearchDSL 2.0
> More info about fuzzy like this field query is in the [official elasticsearch docs][1] > More info about fuzzy like this field query is in the [official elasticsearch docs][1]
......
# Fuzzy Like This Query # Fuzzy Like This Query
__DEPRECATED__: this query is deprecated and will be removed in ElasticsearchDSL 2.0
> More info about fuzzy like this field query is in the [official elasticsearch docs][1] > More info about fuzzy like this field query is in the [official elasticsearch docs][1]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment