Gets index rebuilding working

This commit is contained in:
Shannon
2018-11-30 12:22:23 +11:00
parent 1767bff255
commit 6103832b8a
18 changed files with 159 additions and 117 deletions

View File

@@ -20,5 +20,8 @@ namespace Umbraco.Web.Search
[DataMember(Name = "providerProperties")]
public IReadOnlyDictionary<string, object> ProviderProperties { get; set; }
[DataMember(Name = "canRebuild")]
public bool CanRebuild { get; set; }
}
}