Make notes field searchable on status labels

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-06-28 11:53:17 -07:00
parent a4fd0c9c6d
commit 19413a63da

View file

@ -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.