Good day,
I'm trying to use the related_models field in my documents to update the index when the related models is updated. However, If I add a model to that field, It always raises object has no attribute 'get_instances_from_related'
I'm not sure what I'm missing. The documentation mentions nothing and the example shows no extra configuration so it is impossible to know what's happening.
Thank you,