Commit a4b8fd4d by Sebastian Thierer

Fix typo

parent fe261118
......@@ -155,7 +155,7 @@ $query = Article::find()->query([
"fuzzy_like_this" => [
"fields" => ["title", "description"],
"like_text" => "This query will return articles that are similar to this text :-)",
"max_query_terms" : 12
"max_query_terms" => 12
]
]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment