meilisearch / demos

A list of Meilisearch demos with open-source code and live preview ⚡️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update demo MoMA

CaroFG opened this issue · comments

This demo is not compatible with the latest version of MeiliSearch.

Breaking changes:

  • getOrCreateIndex method has been removed (should be replaced with createIndex and/or index)
  • getAllUpdateStatus method has been replaced by getTasks which returns an object with a results array containing the task objects

Improvements:

  • There is now an addDocumentsInBatches method that would simplify the code