teamtnt / laravel-scout-tntsearch-driver

Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
MIT License
1.09k stars 142 forks source link

Search is broken whith scout.tntsearch.searchBoolean = true since version 12 #354

Open smknstd opened 1 year ago

smknstd commented 1 year ago

Hello @it4need I think you might broke something with this commit https://github.com/teamtnt/laravel-scout-tntsearch-driver/commit/7b8a3ddb893ccda0742bcf6295b5d57eddcb5c06

As described here https://github.com/teamtnt/tntsearch/issues/278#issuecomment-1438179748, when TNTSEARCH_BOOLEAN=true , docScores is missing so it fails with an ErrorException.