You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using pyalex to search Authors and wanted to report some unexpected behavior: Passing in any non-empty string, list, dict, or nonzero int into .get() in the context of Authors.search().get() results in the "meta" field being returned along with the search results. I'm not sure if this also happens with methods other than search().
The text was updated successfully, but these errors were encountered:
The observed behavior happens because you set return_meta to True by passing parameters that are interpreted as True. So this is not really unexpected behavior.
I was using pyalex to search Authors and wanted to report some unexpected behavior: Passing in any non-empty string, list, dict, or nonzero int into .get() in the context of Authors.search().get() results in the "meta" field being returned along with the search results. I'm not sure if this also happens with methods other than search().
The text was updated successfully, but these errors were encountered: