London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
mmm I would never recommend naming properties that conflict with the internal properties...but if you have to...you could try changing the json property name ?
[JsonProperty(PropertyName = "StandardProduct.Markets")]
public virtual String Markets { get; set; }
The custom Product model contains the following property:
However, it conflicts with the EPiServer.Find.Commerce.EntryContentBaseExtensions.Markets() exception.
That results with the following error when indexing:
How to include both in the index?