V8: Always show content and media search results first (#5309)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
342f924e8f
commit
30067d92ae
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user