From 03a80373634f96efec1c8242401d2a39bb599fff Mon Sep 17 00:00:00 2001 From: merdan Date: Fri, 15 Sep 2023 15:08:04 +0500 Subject: [PATCH] search fix --- config/scout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/scout.php b/config/scout.php index 24f4acac6..ecbaadda0 100644 --- a/config/scout.php +++ b/config/scout.php @@ -124,7 +124,7 @@ return [ 'sortableAttributes' => ['name','created_at','min_price'], // Other settings fields... ], - Sarga\Brand\Models\Brand::class => [ + \Sarga\Brand\Models\Brand::class => [ 'filterableAttributes'=> ['id','name'], 'sortableAttributes' => ['name','position'], ]