From 49a21882354c1a92fcb9c5b555c0331ab83c2e69 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 28 Jul 2026 13:26:20 +0200 Subject: added scoring for results but the algorithm will have to be improved --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 459da39..8580668 100644 --- a/main.go +++ b/main.go @@ -33,7 +33,7 @@ func main() { wg.Wait() fmt.Println("Indexing complete! Running a test search...") - results := search.Search(myIndex, "computer science") + results := search.Search(myIndex, "league of legends") fmt.Printf("Found %d articles matching your query:\n", len(results)) for i, title := range results { -- cgit v1.2.3