diff --git a/netbox/dcim/search.py b/netbox/dcim/search.py index 7cb2c6205..bae4f030f 100644 --- a/netbox/dcim/search.py +++ b/netbox/dcim/search.py @@ -41,8 +41,6 @@ class DeviceIndex(SearchIndex): ('asset_tag', 50), ('serial', 60), ('name', 100), - ('primary_ip4', 110), - ('primary_ip6', 110), ('description', 500), ('comments', 5000), )