Closed (fixed)
Project:
Field Indexer
Version:
6.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
19 Dec 2009 at 09:19 UTC
Updated:
26 Mar 2010 at 18:00 UTC
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
Comment #1
david lesieur commentedI 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.