sngrl / sphinxsearch

Sphinx Search for Laravel 5
MIT License
124 stars 89 forks source link

ErrorException: Trying to get property of non-object SphinxSearch.php:277 #18

Open niknickolas opened 7 years ago

niknickolas commented 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 )

I have got that exception

ErrorException: Trying to get property of non-object in vendor/sngrl/sphinxsearch/src/sngrl/SphinxSearch/SphinxSearch.php:277