From e504ad9fce707d14a9315490237efcd16baff87f Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Tue, 21 Sep 2021 19:18:56 +0200 Subject: Initialized a proper go module for search, began adding tests and fixed a minor bug! --- search/search.go | 1 + 1 file changed, 1 insertion(+) (limited to 'search/search.go') diff --git a/search/search.go b/search/search.go index 3643cf5..0d4dbdc 100644 --- a/search/search.go +++ b/search/search.go @@ -61,6 +61,7 @@ func normalizeWords(words []string) (result []string) { continue } result = append(result, word) + lastword = word } return } -- cgit v1.2.3