Add search query

This commit is contained in:
2020-07-16 22:37:24 -04:00
parent 15c38fb650
commit 1e7fa1bb1d
10 changed files with 229 additions and 153 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
@inherits Umbraco.Web.Macros.PartialViewMacroPage
@{
Html.RenderAction("Search", "Results");
Html.RenderAction("Index", "Results");
}