Use '_site' and '_provider_network' in display_attrs

This commit is contained in:
Brian Tiemann 2025-01-08 15:31:09 -05:00
parent 2030e9fe3a
commit cafdfd70f5

View File

@ -34,7 +34,7 @@ class CircuitTerminationIndex(SearchIndex):
('port_speed', 2000),
('upstream_speed', 2000),
)
display_attrs = ('circuit', 'description')
display_attrs = ('circuit', '_site', '_provider_network', 'description')
@register_search