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 8650f47 commit 78a4267Copy full SHA for 78a4267
get_parameters.go
@@ -56,10 +56,10 @@ type GetParameters struct {
56
57
// TextSearch causes an API query to return only results that match the
58
// given wilcard search where the map keys are the desired field names and
59
- // the map values are the search expression.
+ // the map values are an array of search expressions.
60
//
61
// Only string and text fields are supported.
62
- TextSearch map[string]string `json:"search,omitempty"`
+ TextSearch map[string][]string `json:"search,omitempty"`
63
64
// TextSearchByStart causes an API query to return only results that match
65
// the search parameters given in TextSearch where each given field starts
0 commit comments