Open niknickolas opened 7 years ago
Laravel 5.3
After changing sphinx's file configuration from 'indexes' => array( 'index_name' => array('table' => 'table_name', 'column' => 'id') ) to 'indexes' => array( 'index_name' => false )
'indexes' => array( 'index_name' => array('table' => 'table_name', 'column' => 'id') )
'indexes' => array( 'index_name' => false )
I have got that exception
ErrorException: Trying to get property of non-object in vendor/sngrl/sphinxsearch/src/sngrl/SphinxSearch/SphinxSearch.php:277
Laravel 5.3
After changing sphinx's file configuration from
'indexes' => array( 'index_name' => array('table' => 'table_name', 'column' => 'id') )
to'indexes' => array( 'index_name' => false )
I have got that exception
ErrorException: Trying to get property of non-object in vendor/sngrl/sphinxsearch/src/sngrl/SphinxSearch/SphinxSearch.php:277