adsabs / adsabs-dev-api

Developer API service description and example client code
162 stars 58 forks source link

Sort by pubdate does not work #59

Open rwesson opened 4 years ago

rwesson commented 4 years ago

A query with "&sort=pubdate+desc" worked until recently but now returns results in the default sort order, and the sort field in the returned data is empty. "&sort=date+desc" works instead, but I also tried sorting by bibcode, abstract and title, and these did not work either.