Skip to content

Commit 25f0167

Browse files
authored
Add comments
1 parent 7ec0d1c commit 25f0167

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PostgresEngine.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ protected function performSearch(Builder $builder, $perPage = 0, $page = 1)
267267
: $this->defaultQueryMethod($builder->query, $this->searchConfig($builder->model));
268268

269269
$query->crossJoin($this->database->raw($tsQuery->sql().' AS "tsquery"'));
270+
// Add TS bindings to the query
270271
$query->addBinding($tsQuery->bindings(), 'join');
271272

272273
return $this->database

0 commit comments

Comments
 (0)