We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4868818 commit 6e49ceeCopy full SHA for 6e49cee
1 file changed
netbox/tenancy/search.py
@@ -15,7 +15,7 @@ class ContactIndex(SearchIndex):
15
('description', 500),
16
('comments', 5000),
17
)
18
- display_attrs = ('group', 'title', 'phone', 'email', 'description')
+ display_attrs = ('title', 'phone', 'email', 'description')
19
20
21
@register_search
0 commit comments