Prechádzať zdrojové kódy

Fixes #15640: add identifier field to search index of l2vpn

Wrage, Florian 1 rok pred
rodič
commit
f7e4fe2a9c
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  1. 1 0
      netbox/vpn/search.py

+ 1 - 0
netbox/vpn/search.py

@@ -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),
     )
     )