V8: Always show content and media search results first (#5309)

This commit is contained in:
Kenn Jacobsen
2019-05-31 20:29:00 +02:00
committed by Sebastiaan Janssen
parent 342f924e8f
commit 30067d92ae
6 changed files with 35 additions and 10 deletions

View File

@@ -30,7 +30,7 @@ namespace Umbraco.Web.Trees
[Tree(Constants.Applications.Content, Constants.Trees.Content)]
[PluginController("UmbracoTrees")]
[CoreTree]
[SearchableTree("searchResultFormatter", "configureContentResult")]
[SearchableTree("searchResultFormatter", "configureContentResult", 10)]
public class ContentTreeController : ContentTreeControllerBase, ISearchableTree
{
private readonly UmbracoTreeSearcher _treeSearcher;