search fix

This commit is contained in:
merdan 2023-09-15 15:08:04 +05:00
parent 7fca435381
commit 03a8037363
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ return [
'sortableAttributes' => ['name','created_at','min_price'], 'sortableAttributes' => ['name','created_at','min_price'],
// Other settings fields... // Other settings fields...
], ],
Sarga\Brand\Models\Brand::class => [ \Sarga\Brand\Models\Brand::class => [
'filterableAttributes'=> ['id','name'], 'filterableAttributes'=> ['id','name'],
'sortableAttributes' => ['name','position'], 'sortableAttributes' => ['name','position'],
] ]