mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Search & Index Seperation
This commit is contained in:
@@ -61,12 +61,7 @@ public class SucheController : Controller {
|
||||
}
|
||||
return _error404();
|
||||
}
|
||||
|
||||
[Route("/HKB/")]
|
||||
public IActionResult RedirectIndex(string? search, int page = 0) {
|
||||
return RedirectPermanent("/HKB/Suche");
|
||||
}
|
||||
|
||||
|
||||
[Route("/HKB/Suche")]
|
||||
// Order of actions:
|
||||
// Filter, sort by year, paginate, sort by Meta.Sort & .Order, parse
|
||||
|
||||
Reference in New Issue
Block a user