Skip to content

Commit

Permalink
Fixes netbox-community#15640: add identifier field to search index of…
Browse files Browse the repository at this point in the history
… l2vpn
  • Loading branch information
rwxd authored and JCWasmx86 committed Apr 23, 2024
1 parent 87445b0 commit e50798d
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 e50798d

Please sign in to comment.