adsabs / tugboat

Pulling query parameters from ADS Classic to ADS BBB
0 stars 6 forks source link

Bug in handling of long bibstems #106

Open aaccomazzi opened 4 years ago

aaccomazzi commented 4 years ago

When we pass the parameter ref_stems=A%26A....33, the service breaks up the bibstem in two pieces, and treats it as if A&A and 33 were two different bibstems. Instead, the string should be kept together. The syntax we support for supplying multiple bibstems is a comma or space separated list (e.g. ref_stems=A%26A,%20ApJ).

For example:

Input: https://ui.adsabs.harvard.edu/tugboat/classicSearchRedirect?ref_stems=A%26A....33 Output: https://ui.adsabs.harvard.edu/search/q%3Dbibstem:%28%22A%26A%22%20OR%20%2233%22%29%26sort%3Ddate%20desc%2C%20bibcode%20desc/

golnazads commented 4 years ago

Implemented in release v2.0.50.