Skip to content

Commit de5a838

Browse files
author
Max Shaian
committed
v0.5.1
1 parent 0a39ec3 commit de5a838

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Engines/CollectionMeiliSearchTestEngine.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function isFound(ScoutBuilder $builder, $model): bool
7070

7171
foreach ($searchable as $key => $value) {
7272
if (!in_array($key, $searchableKeys)) {
73-
return false;
73+
continue;
7474
}
7575

7676
if (!is_scalar($value)) {

0 commit comments

Comments
 (0)