When I import the index everything works fine (including relations).
The problem is that the main model does not watch over relations.
When I update a relation, the index is not updated too.
Is there any way to use something similar with Cache::tags
to update the index when a relation is modified? Or maybe is another way.