cmfcmf / docusaurus-search-local

Offline / Local Search for Docusaurus v2. Try it live at:
https://cmfcmf.github.io/OpenWeatherMap-PHP-API/
MIT License
438 stars 67 forks source link

fix: Return EMPTY_INDEX when server responds with error. #91

Closed jafin closed 2 years ago

jafin commented 2 years ago

When a server responds with a not ok response (ie 500), index parsing is attempted and fails with

TypeError: Cannot read properties of undefined (reading 'fieldVectors')

This adds a guard for error response and returns the EMPTY_INDEX instead. Relates to #85

cmfcmf commented 2 years ago

Thanks a lot!