The search issue/pr API doesn't provide `closed_by` info with any given query parameter
I am using the API https://api.github.com/search/issues and GO Packagehttps://pkg.go.dev/github.com/google/go-github/[email protected]/github#SearchService.Issues with query parameter is:pr is:closed org:<organisation name> updated:2022-03-03 but I am not getting the closed_by info in the search results
Thank you for the report. Did you try running the curl-equivalent of the API to see if the closed_by field is being returned?
(https://github.com/gmlewis/go-httpdebug can assist you with making the curl-equivalent command or you can just use the information found in the official docs.)
If the curl command returns the field but this repo's method does not, then we can move forward with resolving this issue. If, however, it doesn't, then GitHub API tech support needs to be contacted to find out why the field is not being returned.
Thanks.