We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ecc79 commit 4d6b3deCopy full SHA for 4d6b3de
search.go
@@ -8,7 +8,7 @@ import (
8
9
// Search results
10
type Search struct {
11
- Results []Content `json:"content"`
+ Results []Content `json:"results"`
12
Start int `json:"start,omitempty"`
13
Limit int `json:"limit,omitempty"`
14
Size int `json:"size,omitempty"`
0 commit comments