In a multilingual website, field labels switch en/de in the DB if you safe the fields to index. Dont find any data or labels. Is its a bug, or dosent work for i18n?

Comments

david lesieur’s picture

Status: Active » Fixed

I have just committed a change that seems to be related to the same issue.

Because it saves labels and does not support i18n directly, Field Indexer should only save English labels. Then client modules can take care of translating those labels using t() (as does CCK). If you're using Faceted Search, I have just made changes to take care of that.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.