1
0
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:
Jeremy Stretch
2023-12-21 14:24:05 -05:00
parent 326b54b7e0
commit 58f925c261
5 changed files with 22 additions and 16 deletions

View File

@@ -20,3 +20,4 @@ class DataFileIndex(SearchIndex):
fields = (
('path', 200),
)
display_attrs = ('source',)