mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
Fixes #15640: add identifier field to search index of l2vpn
This commit is contained in:
parent
0e35bfd52e
commit
7883e9ae1e
@ -75,6 +75,7 @@ class L2VPNIndex(SearchIndex):
|
||||
fields = (
|
||||
('name', 100),
|
||||
('slug', 110),
|
||||
('identifier', 200),
|
||||
('description', 500),
|
||||
('comments', 5000),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user