You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
When creating, updating or deleting records, the Lucid model hooks will always run the documents update with no possibility to disable this behavior for specific actions.
Proposal
To match the Laravel Scout the Searchable model could provide a withoutSyncingToSearch static method that disable the model hooks for the passed callback.
Description
When creating, updating or deleting records, the Lucid model hooks will always run the documents update with no possibility to disable this behavior for specific actions.
Proposal
To match the Laravel Scout the
Searchable
model could provide awithoutSyncingToSearch
static method that disable the model hooks for the passed callback.The text was updated successfully, but these errors were encountered: