-
Notifications
You must be signed in to change notification settings - Fork 41
Index new records only #35
Copy link
Copy link
Open
Description
I've run php artisan scout:import "App\Models\MyModel" which creates indexes for all the records in my table. Unfortunately, an external process is inserting new records into the table. The searchable column is null and those records are not searchable. I'm in the process of creating an artisan command to index the records that have searchable equal to null. Would a scout:import-new (or other signature) be welcome as a feature to index new records?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels