Hi,
What is the best way to query the product index as custom fields seems to be renamed: e.g. productfield_field22, productfield_field9, productfield_field37.
The value is taken from this table: EcomProductField, but what is the recommended way to query these fields? Should I make a look up in this table for every custom field before doing a:
new Criteria("MyField", base.Request("myField"))
For me it would have made more sense to name it "productfield_[SystemName]" or just "[SystemName]".
Best regards, Anders