We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b5a49 commit 8f8f8ffCopy full SHA for 8f8f8ff
src/LinkDotNet.Blog.Web/Features/Search/SearchPage.razor
@@ -19,7 +19,7 @@
19
20
private IList<BlogPost> blogPosts = new List<BlogPost>();
21
22
- protected override async Task OnInitializedAsync()
+ protected override async Task OnParametersSetAsync()
23
{
24
var term = Uri.UnescapeDataString(SearchTerm);
25
blogPosts = (await BlogPostRepository.GetAllAsync(t => t.IsPublished && (t.Title.Contains(term)
0 commit comments