ErickTamayo / laravel-scout-elastic

Elastic Driver for Laravel Scout
MIT License
916 stars 242 forks source link

unsearchable() with queue true results in reindex instead of removal #133

Closed aleemb closed 4 years ago

aleemb commented 5 years ago

$model->unsearchable() should delete the index and works as it should. However, when setting the queue to true (using database driver) the Model gets re-indexed instead of getting un-indexed.

Setting queue to false makes unsearchable() work as intended.

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.