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 23, 2021. It is now read-only.
It is a good idea to exclude global scopes to increase query performance, but there is a problem when models are softDeleted because they keep showing up in the indexQuery.
We can solve it by overwriting this method in our resource, but it should ignore the softDeleted models by default.
The text was updated successfully, but these errors were encountered:
It is a good idea to exclude global scopes to increase query performance, but there is a problem when models are softDeleted because they keep showing up in the indexQuery.
We can solve it by overwriting this method in our resource, but it should ignore the softDeleted models by default.
The text was updated successfully, but these errors were encountered: