Skip to content

Commit

Permalink
Fix #120
Browse files Browse the repository at this point in the history
  • Loading branch information
Rias committed Nov 21, 2019
1 parent b4be9fd commit e61adeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## 2.1.3 - 2019-11-21
- Fix queued indexing error

## 2.1.2 - 2019-11-20
- Fix Index settings not being forwarded to replicas

Expand Down
2 changes: 1 addition & 1 deletion src/jobs/MakeSearchable.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function execute($queue)
$engine->update($element);

if ($this->propagate) {
$this->element->searchableRelations();
$element->searchableRelations();
}
}

Expand Down

0 comments on commit e61adeb

Please sign in to comment.