Skip to content

Commit f7e4fe2

Browse files
rwxdjeremystretch
authored andcommitted
Fixes #15640: add identifier field to search index of l2vpn
1 parent 5098422 commit f7e4fe2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netbox/vpn/search.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ class L2VPNIndex(SearchIndex):
7575
fields = (
7676
('name', 100),
7777
('slug', 110),
78+
('identifier', 200),
7879
('description', 500),
7980
('comments', 5000),
8081
)

0 commit comments

Comments
 (0)