Added search/sort by Location OU, added to listing

This commit is contained in:
snipe
2020-11-17 22:17:07 -08:00
parent 3dda4c9116
commit 2ea805b7ed
6 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class Location extends SnipeModel
*
* @var array
*/
protected $searchableAttributes = ['name', 'address', 'city', 'state', 'zip', 'created_at'];
protected $searchableAttributes = ['name', 'address', 'city', 'state', 'zip', 'created_at', 'ldap_ou'];
/**
* The relations and their attributes that should be included when searching the model.