We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ccf9a commit af3bacaCopy full SHA for af3baca
src/Services/ModelService.php
@@ -49,6 +49,8 @@ public function getFullTextIndexFields()
49
50
$columnType = $column[0]->Type;
51
52
+ // When using `$appends` to include an accessor for a field that doesn't exist,
53
+ // an ErrorException will be thrown for `Undefined Offset: 0`
54
if ($this->isFullTextSupportedColumnType($columnType)) {
55
$indexFields[] = $searchableField;
56
}
0 commit comments