We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5098422 commit f7e4fe2Copy full SHA for f7e4fe2
netbox/vpn/search.py
@@ -75,6 +75,7 @@ class L2VPNIndex(SearchIndex):
75
fields = (
76
('name', 100),
77
('slug', 110),
78
+ ('identifier', 200),
79
('description', 500),
80
('comments', 5000),
81
)
0 commit comments