AddSearch / js-client-library

JavaScript client library for AddSearch REST API
https://www.addsearch.com/
MIT License
3 stars 1 forks source link

[Feature]Insert, Update, Delete #13

Closed shinriyo closed 4 years ago

shinriyo commented 4 years ago

Does it Insert, Update, Delete? I can't find the source code and the document.

anttiai commented 4 years ago

The current version (0.4.x) is only for search. We're planning to add Insert, Update, and Delete capabilities in the following months.

In the meanwhile, you can manage documents by posting manually to appropriate API endpoints, e.g. https://www.addsearch.com/docs/api/indexing-create/ to index a new document.

shinriyo commented 4 years ago

@anttiai Thank you for replying. I see. I must pure TypeScript code.

anttiai commented 4 years ago

Indexing API functions (insert, update, delete, fetch) were added in the release v0.5.0