Skip to content

Commit

Permalink
Fixes #15640: add identifier field to search index of l2vpn
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd authored and jeremystretch committed Apr 15, 2024
1 parent 5098422 commit f7e4fe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/vpn/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ class L2VPNIndex(SearchIndex):
fields = (
('name', 100),
('slug', 110),
('identifier', 200),
('description', 500),
('comments', 5000),
)
Expand Down

0 comments on commit f7e4fe2

Please sign in to comment.