mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #14503: Include additional display attributes for search indexers
This commit is contained in:
@@ -20,3 +20,4 @@ class DataFileIndex(SearchIndex):
|
||||
fields = (
|
||||
('path', 200),
|
||||
)
|
||||
display_attrs = ('source',)
|
||||
|
||||
Reference in New Issue
Block a user