asu-ke-web-services / search-api

Search API for documents, data, research, people, etc
MIT License
2 stars 1 forks source link

Have the Search engine handle errors from the Geoencoder #76

Open rraub opened 8 years ago

rraub commented 8 years ago

Assuming the geoencoder throws exception if there is an error.

rraub commented 8 years ago

it should catch any exception thrown from https://github.com/gios-asu/search-api/blob/develop/src/search-api/search-engine.php#L67 and keep on chugging!

rraub commented 8 years ago

solved in #103