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