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

artisan scout:import won't index #361

Open gcjbr opened 10 months ago

gcjbr commented 10 months ago

artisan scout:import won't index my model at all.

tntsearch:import will work, but I can't use relationships in my toSearchableArray model, is there a solution for it? :(