laravel-scout-typesense-driver
laravel-scout-typesense-driver copied to clipboard
Bugfix/Reduce unnecessary API calls
I think it's better to revert that change, as in https://github.com/typesense/laravel-scout-typesense-driver/pull/50 or https://github.com/typesense/laravel-scout-typesense-driver/pull/47 rather than merging this one.
This could work, but instead of the check for running in console, wouldn't it be better to just do the dirty check for each of the models in the collection? Then filter it down based on that?