Changes the result of SearchableTreeResolver to be readonly
This commit is contained in:
@@ -10,13 +10,6 @@ namespace Umbraco.Web.Models.ContentEditing
|
||||
/// </summary>
|
||||
[DataMember(Name = "score")]
|
||||
public float Score { get; set; }
|
||||
|
||||
//TODO: Enable this!
|
||||
///// <summary>
|
||||
///// A caption for the search result
|
||||
///// </summary>
|
||||
//[DataMember(Name = "caption")]
|
||||
//public string Caption { get; set; }
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user