buildSimpleCondition() public method
Creates an SQL expressions like "column" operator value.
public string buildSimpleCondition ( $indexes, $operator, $operands, &$params )$indexes
yii\sphinx\IndexSchema[]
List of indexes, which affected by query $operator string
The operator to use. Anything could be used e.g. >, <=, etc. $operands array
Contains two column names. $params array
The binding parameters to be populated return string
The generated SQL expression throws