adsabs / tugboat

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

Signs get removed from Object Search box search terms #69

Open ehenneken opened 5 years ago

ehenneken commented 5 years ago

If you specify GX 1+4 in the Object Search box in

http://adsabs.harvard.edu/abstract_service.html

and send the query to the new ADS, it results in the query object:("GX 14"). So, the + gets removed. It applies to the other search boxes as well (Title, Abstract, ...)

golnazads commented 4 years ago

Unable to reproduce. I wonder if I have fixed it but did not documented it. Added a unittest here https://github.com/adsabs/tugboat/blob/master/tugboat/tests/tests_unit/test_search_redirect.py#L135 to verify it is working properly. @ehenneken would you please check it in dev to verify that it is working and close this issue. thank you so much.