Skip to content

Commit 20bcf2f

Browse files
author
Avital-Fine
committed
Merge branch 'NOSTOPWORDS' of github.com:RediSearch/redisearch-go into NOSTOPWORDS
2 parents 6936725 + cbc3471 commit 20bcf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisearch/redisearch_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ func TestNoStopWords(t *testing.T) {
525525
_, err = vanillaConnection.Do("HSET", "doc1", "title", "hello world")
526526
assert.Nil(t, err)
527527

528-
// Searching with return fields
528+
// Searching
529529
_, total, err := c.Search(NewQuery("hello a world").SetFlags((QueryNoContent)))
530530
assert.Nil(t, err)
531531
assert.Equal(t, 1, total)

0 commit comments

Comments
 (0)