This is my query
$query =SphinxQL::query()->select('*')
->from('property_table')->match('property_title','Plo',)->execute();
//property_title is column name
Not retrieving the records with the data 'Plo'
I need a records which is having the %Plo%
. Help me pls