buildInCondition() public method
Creates an SQL expressions with the IN operator.
public string buildInCondition ( $indexes, $operator, $operands, &$params )$indexes
yii\sphinx\IndexSchema[]
List of indexes, which affected by query $operator string
The operator to use (e.g. IN or NOT IN) $operands array
The first operand is the column name. If it is an array a composite IN condition will be generated. The second operand is an array of values that column value should be among. If