Merge branch 'temp8-backoffice-search-with-variants' into temp8

This commit is contained in:
Stephan
2018-12-19 16:02:54 +01:00
18 changed files with 253 additions and 157 deletions

View File

@@ -122,6 +122,8 @@ namespace Umbraco.Web.Models.Mapping
.ForMember(dest => dest.AdditionalData, opt => opt.Ignore())
.AfterMap((src, dest) =>
{
//TODO: Properly map this (not aftermap)
//get the icon if there is one
dest.Icon = src.Values.ContainsKey(UmbracoExamineIndex.IconFieldName)
? src.Values[UmbracoExamineIndex.IconFieldName]