Skip to content

Commit cc7ddce

Browse files
maguecAvital-Fine
andauthored
push (#152)
Co-authored-by: Avital Fine <98389525+Avital-Fine@users.noreply.github.com>
1 parent 161a1de commit cc7ddce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisearch/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ func (i *Client) Info() (*IndexInfo, error) {
558558
switch key {
559559
case "index_options":
560560
indexOptions, _ = redis.Strings(res[ii+1], nil)
561-
case "attributes":
561+
case "fields", "attributes":
562562
schemaAttributes, _ = redis.Values(res[ii+1], nil)
563563
}
564564
}

0 commit comments

Comments
 (0)