Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Sep 12, 2025
1 parent 3e89c28 commit d901a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/Lib/Traits/IndexQueryTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function constructGetIndexContains(Query $query): object {

// Get whatever the table configuration has
if(method_exists($table, 'getIndexContains')
&& $table->getIndexContains()) {
&& !empty($table->getIndexContains())) {
$containClause = $table->getIndexContains();
}

Expand Down

0 comments on commit d901a90

Please sign in to comment.