Skip to content

Commit 773f716

Browse files
committed
Merge branch 'pr/30'
2 parents 182cddd + 5068186 commit 773f716

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/DSL/Bridge.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ public function processDistinct($wheres, $options, $columns, $includeDocCount =
306306
}
307307

308308

309-
310309
//----------------------------------------------------------------------
311310
// Write Queries
312311
//----------------------------------------------------------------------
@@ -324,6 +323,9 @@ public function processSave($data, $refresh): Results
324323
if (isset($data['_index'])) {
325324
unset($data['_index']);
326325
}
326+
if (isset($data['_meta'])) {
327+
unset($data['_meta']);
328+
}
327329

328330
$params = [
329331
'index' => $this->index,

0 commit comments

Comments
 (0)