refactor: search controller to convert query to lowercase

This commit is contained in:
2025-03-25 21:18:07 +01:00
parent ed201de318
commit 9b786a866a
2 changed files with 3 additions and 2 deletions

View File

@@ -6,7 +6,8 @@ import (
)
func main() {
index.TestIndex()
// Initialize Index
index.CreateIndex()
// Start HTTP Server
http.StartService()