allenai / s2-folks

Public space for the user community of Semantic Scholar APIs to share scripts, report issues, and make suggestions.
Other
144 stars 25 forks source link

Bug: Paper Search Bulk fails to return the publicationVenue field #168

Closed cfiorelli closed 7 months ago

cfiorelli commented 7 months ago

Source comment from our Slack S2AG channel

Describe the Bug Attempts to return the publicationVenue field from paper bulk search does not work, but documentation indicates this field should be available in paper bulk search

To Reproduce Open this URL https://api.semanticscholar.org/graph/v1/paper/search/bulk?query=explainable+AI&limit=10&fields=publicationVenue

Expected Behavior Expecting 10 results of publicationVenue for query matching on "explainable+AI"

Actual Behavior Error message: {"error":"Unrecognized or unsupported fields: [publicationVenue]"}

Screenshots If possible, attach screenshots or any visual aids that might clarify the issue.

Environment Details Platform (e.g., Windows, MacOS, Linux): Browser (if relevant): Any other relevant software or libraries you're using: Additional Context Include any other information that might assist us in diagnosing and fixing the issue.

cfiorelli commented 7 months ago

Fixed