-
Notifications
You must be signed in to change notification settings - Fork 28
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
Updating related field does not trigger update. #25
Comments
i have a many to one relation another question according many to many relations. were you able to index them? i have |
I have figured it out through reverse engineering in the extension's code 😮
Unfortunately, this means hardcoding the number of expected or indexed relations. This needs to be addressed in the extension, but at least it works! |
Not so much of an issue but a question or feature request:
If I have a M2O or M2M field and update the values in those collections, the changes are not reflected on the collection I am indexing.
Following your example, a simplified config with "products" as the indexed collection with a M2O field called "category":
If I go to the collection holding the categories and change the "title", those changes do not trigger an update on all the indexes that relate to it.
Is it possible to keep them on sync?
BTW, thanks for the extension, great job!
The text was updated successfully, but these errors were encountered: