$match public property
MATCH expression. For example: ['title' => 'Yii', 'content' => 'Sphinx']
. Note: being specified as a plain string this value will not be quoted or escaped, do not pass possible unsecured values (like the ones obtained from HTTP request) as a direct value.
See also match().
public string|array|yii\db\Expression $match = null
Please login to continue.