Hey, one quick question, I'm not sure if this is a bug, or if there's a workaround...
I realized that, in join fields, the retrieve documents are not localized, they just use the default locale.
I'm in the Categories collection and I have join field to see all the Products that are using that specific Category. But it always shows the Products in the default locale (en_US) instead of using the globally selected locale.
I tried adding localized: true to the join field object, but it doesn't work.
Any way to do this? Hopefully don't have to do a custom component.
Thanks!