search fix
This commit is contained in:
parent
7fca435381
commit
03a8037363
|
|
@ -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'],
|
||||||
]
|
]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue