1 points | by pkrzysiek a day ago ago
3 comments
I think keeping it simple would be the best, use jquery with some search plugin and call a REST endpoint from your dotnet backend.
Thanks, I've done it with jquery and ajax get request but it feels so outdated, especially when operating on such big abstraction layer that ASP.NET MVC is
I would integrate HTMX into your project. Page can call controller with input and replace client area with your search results.
I think keeping it simple would be the best, use jquery with some search plugin and call a REST endpoint from your dotnet backend.
Thanks, I've done it with jquery and ajax get request but it feels so outdated, especially when operating on such big abstraction layer that ASP.NET MVC is
I would integrate HTMX into your project. Page can call controller with input and replace client area with your search results.