Answer the question
In order to leave comments, you need to log in
Index search elasticsearch Yii2. How to select records containing text?
Good afternoon everyone! Can someone provide a sample code for index lookup. The index is there when I do:
$query = Article::find();
var_dump($query->all());
$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
]
]);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question