mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 04:17:10 +02:00
Update meilisearch-core/src/update/documents_addition.rs
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
430a5f902b
commit
1d910dbb42
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ pub struct DocumentsAddition<D> {
|
|||
updates_store: store::Updates,
|
||||
updates_results_store: store::UpdatesResults,
|
||||
updates_notifier: UpdateEventsEmitter,
|
||||
// Whether the user explicitely set the primary key in the update
|
||||
// Whether the user explicitly set the primary key in the update
|
||||
primary_key: Option<String>,
|
||||
documents: Vec<D>,
|
||||
is_partial: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue