my code is here for searching in index.php
Search: <?php echo CHtml::textField(
'search',
'',
array(
'style'=>'width:150px',
'placeholder'=>Yii::t('app', 'User name...'),
'onchange'=>'$.fn.yiiGridView.update("user-grid", {
data: { "Users[username]": $(this).val()
}
});
return false;'
)); ?>
Its desinging

Its properly searching username
now i wnat to search first_name and last_name in this(same)box
plz help me what to do changes for that
thanks in advance
should become
and maybe you should add
ANDorORto your query