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

Not adding new records to index #282

Closed gwaliclub closed 3 months ago

gwaliclub commented 4 years ago

I started using Tntsearch and i cant see search results for recently created posts

This persists and if i run php artisan tntsearch:import App\\Post\\Post, i get this error

unlink(C:my-project-link/title.index): Resource temporarily unavailable This persists until i manually delete the title.index file and re-run php artisan tntsearch:import App\\Post\\Post . Only then will i now see my search results. Meanwhile, on my queues, Laravel\Scout\Jobs\MakeSearchable is processed succesfully

msoler75 commented 9 months ago

Maybe should use

App\Models\Post

Not

App\Post\Post