buildLikeCondition() public method
Creates an SQL expressions with the LIKE operator.
public string buildLikeCondition ( $indexes, $operator, $operands, &$params )$indexes
yii\sphinx\IndexSchema[]
List of indexes, which affected by query $operator string
The operator to use (e.g. LIKE, NOT LIKE, OR LIKE or OR NOT LIKE) $operands array
An array of two or three operands The first operand is the column name. The second operand is a single value or an array of values that column val