We are using EpiCommerce R3 with CMS 7 and the demosite Enoteca as a starting point.
How should i go about configuring the Mediachase.Search.Filters.config to get facets for the ListPrice. I can see in the search index that I have listprice<CurrencyCode> and listprice<Currencycode>_default. And here the price with AllCustomers with a suitable currency is added.
The field with _default is the new one because i have prices only for the default market.
Do i need to specify a filter per listprice field eg field="listpriceusd_default". Or can i add a filter like field="listprice" and just add PriceRangeValues with the different currencies. With appropriate upper and lower bounds.
Hi,
We are using EpiCommerce R3 with CMS 7 and the demosite Enoteca as a starting point.
How should i go about configuring the Mediachase.Search.Filters.config to get facets for the ListPrice. I can see in the search index that I have listprice<CurrencyCode> and listprice<Currencycode>_default. And here the price with AllCustomers with a suitable currency is added.
The field with _default is the new one because i have prices only for the default market.
Do i need to specify a filter per listprice field eg field="listpriceusd_default". Or can i add a filter like field="listprice" and just add PriceRangeValues with the different currencies. With appropriate upper and lower bounds.