Skip to content
Snippets Groups Projects
Commit 19413a63 authored by snipe's avatar snipe
Browse files

Make notes field searchable on status labels


Signed-off-by: default avatarsnipe <snipe@snipe.net>
parent a4fd0c9c
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment