November Happy Hour will be moved to Thursday December 5th.
Hi guys
I have an ItemCollection property on a product:
[CultureSpecific] [Searchable] [FacetProperty] [BackingType(typeof(PropertyDictionaryMultiple))] [SelectMany(SelectionFactoryType = typeof(EnumStringSelectionFactory))] [Display(Name = "Product brands", GroupName = PropertyGroupNames.Product, Order = 700)] public virtual ItemCollection ProductBrands { get; set; }
This is indexed just fine within Find, but I cannot get the list of facets for it. Is there a way to do it?
Can you please help me out?
Best regrads
Miroslav
No one?
How are you retriving the facets?
Is this not working?
.TermsFacetFor(x => x.ProductBrands)
Hi guys
I have an ItemCollection property on a product:
This is indexed just fine within Find, but I cannot get the list of facets for it. Is there a way to do it?
Can you please help me out?
Best regrads
Miroslav