search fix

This commit is contained in:
merdan 2023-09-15 15:21:10 +05:00
parent ab4bbfef18
commit e3dfc1069b
1 changed files with 1 additions and 1 deletions

View File

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