Closed dparkins closed 5 years ago
Can you provide an example to show how to search for a range of possible years?
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')
Can you provide an example to show how to search for a range of possible years?