Skip to content

Commit

Permalink
Closes netbox-community#15640: add identifier field to search index o…
Browse files Browse the repository at this point in the history
…f l2vpn
  • Loading branch information
rwxd committed Apr 9, 2024
1 parent b7668fb commit 171f04c
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 171f04c

Please sign in to comment.