teamtnt / laravel-scout-tntsearch-driver

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

callback not firing #86

Closed terion-name closed 7 years ago

terion-name commented 7 years ago

This is not working:

MyModel::search($request->query('q'), function ($engine){
    dd($engine);
})
nticaric commented 7 years ago

Can you try with v3.0.0?