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 committed Apr 9, 2024
1 parent b7668fb commit 63226a3
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 63226a3

Please sign in to comment.