Hello,
I have a model for which, on purpose I define the shouldBeSearchable method so that to always returns false. Despite this, the model is imported in my index when I run php artisan scout:reimport.
Please note that for the same model I overwritten the toSearchableArray method.
Thank you.