andycasey / ads

Python tool for ADS
MIT License
170 stars 72 forks source link

How do you search on a range of years? #108

Closed dparkins closed 5 years ago

dparkins commented 5 years ago

Can you provide an example to show how to search for a range of possible years?

jonnybazookatone commented 5 years ago

You can provide the standard query format that is used in the ads search bar: https://adsabs.github.io/help/search/search-syntax

q = ads.SearchQuery(q='author:"Huchra, John" year:1980-1981')