diff --git a/app/Models/Statuslabel.php b/app/Models/Statuslabel.php
index cd4672b8412459a740ffefe0303126e9416ab179..fc252af714bfa7db71b044444e9b102cf1eb9d69 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.