$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.
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.
$model->unsearchable()
should delete the index and works as it should. However, when setting thequeue
to true (usingdatabase
driver) the Model gets re-indexed instead of getting un-indexed.Setting
queue
to false makesunsearchable()
work as intended.