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 d5e3335 commit db5d9c8Copy full SHA for db5d9c8
app/Grid/Admin/ThreadGrid.php
@@ -84,6 +84,7 @@ public function columns()
84
[
85
'attribute' => 'content',
86
'label' => __('Content'),
87
+ 'filter' => 'like',
88
'form_options' => function ($model) {
89
return [
90
'field_type' => 'textarea',
0 commit comments