mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-10 02:13:17 +08:00
Merge pull request #4323 from sebathi/master
Fix typo on elasticsearch readme file
This commit is contained in:
@ -155,7 +155,7 @@ $query = Article::find()->query([
|
|||||||
"fuzzy_like_this" => [
|
"fuzzy_like_this" => [
|
||||||
"fields" => ["title", "description"],
|
"fields" => ["title", "description"],
|
||||||
"like_text" => "This query will return articles that are similar to this text :-)",
|
"like_text" => "This query will return articles that are similar to this text :-)",
|
||||||
"max_query_terms" : 12
|
"max_query_terms" => 12
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user