fix meilisearch reindex
This commit is contained in:
parent
47bd9e55c5
commit
573789be00
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@ class Indexer:
|
|||
except Exception as e:
|
||||
logger.error(f"replace item error: \n{e}")
|
||||
|
||||
@classmethod
|
||||
def replace_batch(self, objects):
|
||||
try:
|
||||
self.instance().update_documents(documents=objects)
|
||||
|
|
Loading…
Add table
Reference in a new issue