mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
Laravel Ray installed, active tags
This commit is contained in:
@@ -8,6 +8,11 @@ use Livewire\Component;
|
||||
class SearchByTag extends Component
|
||||
{
|
||||
public string $country = 'de';
|
||||
public ?array $table = [];
|
||||
|
||||
protected $queryString = [
|
||||
'table',
|
||||
];
|
||||
|
||||
public function render()
|
||||
{
|
||||
|
||||
@@ -45,7 +45,6 @@ class CourseTable extends DataTableComponent
|
||||
->toArray()
|
||||
)
|
||||
->filter(function (Builder $builder, array $values) {
|
||||
ray($values);
|
||||
$builder->withAnyTags($values, 'search');
|
||||
}),
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user