algolite icon indicating copy to clipboard operation
algolite copied to clipboard

An Implementation of Algolia to emulate its REST API

Results 15 algolite issues
Sort by recently updated
recently updated
newest added

I get this response when I try to save and object. ```json { "name": "ApiError", "message": "ErrorCannot POST /1/indexes/tags_dev/batch", "status": 404, "transporterStackTrace": [ { "request": { "data": "{\"requests\":[{\"action\":\"addObject\",\"body\":{\"name\":\"coffee\",\"createdAt\":1585730843287}}]}", "headers": {...

It supports only the `updateObject` and `deleteObject` actions for now. We need this because the latest JS client uses this endpoint even for saving/deleting a single object.

It's needed since JS client uses `application/x-www-form-urlencoded`. https://github.com/algolia/algoliasearch-client-javascript/issues/667

- The query API should accept search parameters in the POST body directly. - Support the `facetFilters` parameter