-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
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
Detect changes in associations #74
Comments
Hey @chrisyeung1121, currently there is not automatic way to do that, you need to call the Are you used to use the |
I have used somethings like class Car
belongs_to :user, touch: true
end in which when cars get updated, the |
+1 |
1 similar comment
+1 |
If I understand correctly this was documented some time ago: https://www.algolia.com/doc/framework-integration/rails/options/#nested-objectsrelations I think I can close this issue. If I missed something, please let me know and I'll reopen it. |
In the nested object / assocation section,
I am wondering how to detect association changes and trigger reindex?
The text was updated successfully, but these errors were encountered: