added new tests for model mapping and serialization of the content display models. Started integrating trees. Committed the compiled
angular controllers, directives, services, resources since I'll be modifying them to work with the real data services. Then we'll have to merge back to the belle repo with the changes.
This commit is contained in:
9
src/Umbraco.Web/Trees/ISearchableTree.cs
Normal file
9
src/Umbraco.Web/Trees/ISearchableTree.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Umbraco.Web.Trees
|
||||
{
|
||||
public interface ISearchableTree
|
||||
{
|
||||
IEnumerable<SearchResultItem> Search(string searchText);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user