diff --git a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj index 12923e10f56..b921bcb0ef7 100644 --- a/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj +++ b/src/BootstrapBlazor.Server/BootstrapBlazor.Server.csproj @@ -47,7 +47,7 @@ - + diff --git a/src/BootstrapBlazor.Server/Components/Components/GlobalSearch.razor b/src/BootstrapBlazor.Server/Components/Components/GlobalSearch.razor index 52e48b46e61..2ef6c7dcc6c 100644 --- a/src/BootstrapBlazor.Server/Components/Components/GlobalSearch.razor +++ b/src/BootstrapBlazor.Server/Components/Components/GlobalSearch.razor @@ -1,3 +1,7 @@ @inject IStringLocalizer Localizer - + + +@code { + private List SearchableColumns { get; set; } = new List { "menu", "title", "subTitle", "demos.title", "demos.raw" }; +} diff --git a/test/UnitTest/UnitTest.csproj b/test/UnitTest/UnitTest.csproj index c808f41b239..ee6adeaec01 100644 --- a/test/UnitTest/UnitTest.csproj +++ b/test/UnitTest/UnitTest.csproj @@ -2,10 +2,10 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all