You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: meilisearch/index.py
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -534,7 +534,7 @@ def update_documents(
534
534
url=self._build_url(primary_key)
535
535
response=self.http.put(url, documents)
536
536
returnTaskInfo(**response)
537
-
537
+
538
538
defupdate_documents_ndjson(
539
539
self,
540
540
str_documents: str,
@@ -568,7 +568,7 @@ def update_documents_raw(
568
568
primary_key: str|None=None,
569
569
content_type: str|None=None,
570
570
) ->TaskInfo:
571
-
"""Add string documents to the index.
571
+
"""Update string to documents in the index.
572
572
573
573
Parameters
574
574
----------
@@ -591,7 +591,7 @@ def update_documents_raw(
591
591
An error containing details about why Meilisearch can't process your request. Meilisearch error codes are described here: https://docs.meilisearch.com/errors/#meilisearch-errors
0 commit comments