diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |
