Open zimbar opened 8 years ago
You need to change your configuration file (sphinxsearch.php), for example:
return array (
'host' => '127.0.0.1',
'port' => 9312,
'indexes' => array (
'my_index_name' => array('table' => 'news', 'column' => 'id', 'modelname' => 'News'),
)
);
Hello,
I need to some thinks like:
$sphinx->search($search, 'inews')->with('type','category')->get() but the whith jointure dont work.
How can i do that Thanks