pmatseykanets / laravel-scout-postgres

PostgreSQL Full Text Search Engine for Laravel Scout
MIT License
159 stars 36 forks source link

fix exception in collection if model use soft delete #6

Closed MetaDone closed 7 years ago

MetaDone commented 7 years ago

hello! if the model is used SoftDeletes and the model is removed, it throws an exception in the Illuminate\Database\Eloquent\Collection. I have added tracking availability SoftDeletes model

pmatseykanets commented 7 years ago

Thanks! 👍 reworked and merged to master. Hopefully tag a new release soon.