index catalog
{
source = catalog
path = /path
morphology = stem_enru
min_word_len = 1
min_prefix_len = 0
min_infix_len = 2
enable_star = 1
expand_keywords = 1
}
$rows = $query->from('catalog')
->match(new MatchExpression(':match', [
'match' => $q,
]))
->all();