laravel-scout-tntsearch-driver icon indicating copy to clipboard operation
laravel-scout-tntsearch-driver copied to clipboard

Trying to access array offset on value of type null

Open Briareos17 opened this issue 4 years ago • 1 comments

I have an E_NOTICE when no index file found. /src/Engines/TNTSearchEngine::map() "Trying to access array offset on value of type null" in $results variable

I see exception, but it's not trowing to top, so $results become null except of empty array.

Briareos17 avatar Oct 16 '20 16:10 Briareos17

Fixed in https://github.com/teamtnt/laravel-scout-tntsearch-driver/pull/302

DrowningElysium avatar Nov 24 '20 09:11 DrowningElysium