Gets searching working in the dashboard, updates to latest examine
This commit is contained in:
@@ -319,7 +319,7 @@ namespace Umbraco.Web.Trees
|
||||
menuItem.OpensDialog = opensDialog;
|
||||
}
|
||||
|
||||
public IEnumerable<SearchResultItem> Search(string query, int pageSize, long pageIndex, out long totalFound, string searchFrom = null)
|
||||
public IEnumerable<SearchResultEntity> Search(string query, int pageSize, long pageIndex, out long totalFound, string searchFrom = null)
|
||||
{
|
||||
return _treeSearcher.ExamineSearch(query, UmbracoEntityTypes.Document, pageSize, pageIndex, out totalFound, searchFrom);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user