add cover_image to search results (#30)
This commit is contained in:
		@@ -80,6 +80,7 @@ type Search struct {
 | 
				
			|||||||
type Result struct {
 | 
					type Result struct {
 | 
				
			||||||
	Style       []string  `json:"style,omitempty"`
 | 
						Style       []string  `json:"style,omitempty"`
 | 
				
			||||||
	Thumb       string    `json:"thumb,omitempty"`
 | 
						Thumb       string    `json:"thumb,omitempty"`
 | 
				
			||||||
 | 
						CoverImage  string    `json:"cover_image,omitempty"`
 | 
				
			||||||
	Title       string    `json:"title,omitempty"`
 | 
						Title       string    `json:"title,omitempty"`
 | 
				
			||||||
	Country     string    `json:"country,omitempty"`
 | 
						Country     string    `json:"country,omitempty"`
 | 
				
			||||||
	Format      []string  `json:"format,omitempty"`
 | 
						Format      []string  `json:"format,omitempty"`
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user