Skip to content

Commit a811cbb

Browse files
committed
V7 add search type and boost
1 parent b013a6b commit a811cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/InteractsWithIndex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ protected function settings(): array
3333
*/
3434
public function search(array $dsl): array
3535
{
36-
return $this->resolveClient()->search($this->indexName(), $dsl);
36+
return $this->resolveClient()->search($this->indexName(), $dsl, $this->searchType());
3737
}
3838

3939
/**

0 commit comments

Comments
 (0)