From 0d9a3366f8739d7918f6530408f1c965cf93bd5d Mon Sep 17 00:00:00 2001 From: didier Date: Wed, 2 Oct 2024 07:42:50 +0200 Subject: [PATCH] fix global search --- app/Models/Control.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Models/Control.php b/app/Models/Control.php index b56fe5c8..705d3ff6 100644 --- a/app/Models/Control.php +++ b/app/Models/Control.php @@ -8,7 +8,6 @@ class Control extends Model { public static $searchable = [ 'name', - 'clause', 'objective', 'observations', 'input',