Closed JasonStoltz closed 3 years ago
When using the /documents endpoint in import.js, we do not handle errors, which are inlined in the JSON response.
import.js
[ { "id": "park_death-valley", "errors": [] } ]
https://github.com/elastic/app-search-firestore-extension/issues/19
When using the /documents endpoint in
import.js
, we do not handle errors, which are inlined in the JSON response.