We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The TypesenseEngine::update will check if the model is dirty, but if the 'afterCommit' is set to true in the config, the method will always skip.
TypesenseEngine::update should update the model, ignoring the 'isDirty' if 'afterCommit' is set to true.
TypesenseEngine::update skips the update.
Typesense Version: 0.24.0
typesense/laravel-scout-typesense-driver: v5.2.0, laravel/scout: v9.8.0
OS: Ubuntu 22.04
The text was updated successfully, but these errors were encountered:
This is also referencing isDirty the same as #45, and v5.2.0 which was rolled back.
isDirty
Are they both about the same issue?
Sorry, something went wrong.
No branches or pull requests
Description
The TypesenseEngine::update will check if the model is dirty, but if the 'afterCommit' is set to true in the config, the method will always skip.
Steps to reproduce
Expected Behavior
TypesenseEngine::update should update the model, ignoring the 'isDirty' if 'afterCommit' is set to true.
Actual Behavior
TypesenseEngine::update skips the update.
Metadata
Typesense Version: 0.24.0
typesense/laravel-scout-typesense-driver: v5.2.0,
laravel/scout: v9.8.0
OS: Ubuntu 22.04
The text was updated successfully, but these errors were encountered: