Skip to content

Commit 4d6b3de

Browse files
committed
fix: wrong json annotation
1 parent f1ecc79 commit 4d6b3de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
// Search results
1010
type Search struct {
11-
Results []Content `json:"content"`
11+
Results []Content `json:"results"`
1212
Start int `json:"start,omitempty"`
1313
Limit int `json:"limit,omitempty"`
1414
Size int `json:"size,omitempty"`

0 commit comments

Comments
 (0)