Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AccumulatedIndexer to work with updated meilisearch
In 7db8492 we bumped up meilisearch from `v0.16.0` to `v1.6.1`. To take into account the changed APIs, we made appropriate changes to the `create_index` function: 7db8492#diff-f19db9be4450da07fbdc4f72ff25a2f7163caad1380a3d5b6176afd458f81c3f But we missed changing `AccumulatedIndexer`. As a consequence, showing "waiting for index to be ready..." was broken. In this change, we fix that.
- Loading branch information