diff --git a/app/Models/Statuslabel.php b/app/Models/Statuslabel.php index cd4672b841..fc252af714 100755 --- a/app/Models/Statuslabel.php +++ b/app/Models/Statuslabel.php @@ -41,7 +41,7 @@ class Statuslabel extends SnipeModel * * @var array */ - protected $searchableAttributes = ['name']; + protected $searchableAttributes = ['name', 'notes']; /** * The relations and their attributes that should be included when searching the model.