Quick Search on VLANs Behaving Improperly #7464

Closed
opened 2025-12-29 20:23:43 +01:00 by adam · 1 comment
Owner

Originally created by @adparis99 on GitHub (Jan 5, 2023).

NetBox version

v3.4.2

Python version

3.10

Steps to Reproduce

Use VLAN Quick Search and enter a single digit, such as 5

Expected Behavior

VLANs with an ID that includes 5 come up, such as 5, 50, 150, 500, etc.

Observed Behavior

VLANs with an ID that match the specific digit come up, such as 5. VLANs that have a name that includes 5 also come up. But VLANs with IDs that include but do not equal 5 do not show up.

Originally created by @adparis99 on GitHub (Jan 5, 2023). ### NetBox version v3.4.2 ### Python version 3.10 ### Steps to Reproduce Use VLAN Quick Search and enter a single digit, such as 5 ### Expected Behavior VLANs with an ID that includes 5 come up, such as 5, 50, 150, 500, etc. ### Observed Behavior VLANs with an ID that match the specific digit come up, such as 5. VLANs that have a name that includes 5 also come up. But VLANs with IDs that include but do not equal 5 do not show up.
adam closed this issue 2025-12-29 20:23:43 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jan 5, 2023):

This is working as intended. NetBox intentionally matches only on full VLAN IDs to avoid returning excessive irrelevant results.

@jeremystretch commented on GitHub (Jan 5, 2023): This is working as intended. NetBox intentionally matches only on full VLAN IDs to avoid returning excessive irrelevant results.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7464