Describe the bug
When I use GetAttachments on our Confluence Datacenter servers 7.19, the return doesn't match the Search
structure due to Search.Results
not matching what is actually received in the json.
If I change Search.Results
field type from []Results
to []Content
(along with results
in content.go@199), then I get the correct content.
Release version
I used v1.4.1