17671 fix RackType search

This commit is contained in:
Arthur Hanson 2024-10-03 07:16:00 -07:00
parent 6ea0c0c3e9
commit a045758498

View File

@ -250,7 +250,7 @@ class RackTypeIndex(SearchIndex):
('description', 500),
('comments', 5000),
)
display_attrs = ('type', 'description')
display_attrs = ('model', 'description')
@register_search