17671 fix RackType search

This commit is contained in:
Arthur Hanson 2024-10-03 07:16:00 -07:00 committed by Jeremy Stretch
parent bfcae8088d
commit dda7837069

View File

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