blogifierdotnet / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
https://blogifier.net
MIT License
1.26k stars 518 forks source link

Refactored Home controller to get posts from common method (also fixes search) #293

Closed fullreboot closed 2 years ago

fullreboot commented 2 years ago

-Fixes Search -Cleans up controller code

Notes for future: getBlogPosts() Method should be moved to domain if possible.

fullreboot commented 2 years ago

pull request has a bug when there's no sqlite db present