adsabs / object_service

ADS micro service for processing object and positional ("cone") searches (specifically SIMBAD and NED)
MIT License
5 stars 4 forks source link

bug fixes and abs: addition #69

Closed ehenneken closed 6 years ago

ehenneken commented 6 years ago

Update of service so that object query now includes abs:...

object:M1 . ---> (simbid:123 OR nedid:M_1 OR abs:M1) database:astronomy

Also a new method of parsing the Solr query string has been adopted to that only the object:... modifiers are parsed out and manipulated. In this way object queries, nested in operators get treated properly (bug fix).

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-3.3%) to 85.029% when pulling 40ec75195cb13b7788eecd993063dfda14770ad0 on ehenneken:bugfixes into ff62a6502ec63a3cf0dd1b67c8b3dcf9edf68fa6 on adsabs:master.