Region search box - Circuits page #2896

Closed
opened 2025-12-29 18:23:13 +01:00 by adam · 2 comments
Owner

Originally created by @darcynz on GitHub (Sep 23, 2019).

Environment
NetBox version: 2.6.1

Proposed Functionality
Utilize the Region filter via a from search box on the GUI Circuits page. This allows users circuits to filter their connections to a particular region.

Use Case
When viewing circuits, operations and management quite often want to see all the circuits by a geographical location. Eg Continent or Country.

Database Changes
None expected, assuming that the region module can be referenced.

External Dependencies
None

Originally created by @darcynz on GitHub (Sep 23, 2019). Environment NetBox version: 2.6.1 Proposed Functionality Utilize the Region filter via a from search box on the GUI Circuits page. This allows users circuits to filter their connections to a particular region. Use Case When viewing circuits, operations and management quite often want to see all the circuits by a geographical location. Eg Continent or Country. Database Changes None expected, assuming that the region module can be referenced. External Dependencies None
adam added the status: acceptedtype: feature labels 2025-12-29 18:23:13 +01:00
adam closed this issue 2025-12-29 18:23:13 +01:00
Author
Owner

@DanSheps commented on GitHub (Sep 23, 2019):

I think we will need to investigate the performance implications of this.

Right now, you would have to look at the circuit terminations in order to get a site, it there is a site, you then need to go to the regions table. A few joins and depending on what you have, could slow down queries significantly.

@DanSheps commented on GitHub (Sep 23, 2019): I think we will need to investigate the performance implications of this. Right now, you would have to look at the circuit terminations in order to get a site, it there is a site, you then need to go to the regions table. A few joins and depending on what you have, could slow down queries significantly.
Author
Owner

@jeremystretch commented on GitHub (Sep 25, 2019):

Turns out we already have a region filter in place for circuits; just need to add the form widget on the circuits list.

@jeremystretch commented on GitHub (Sep 25, 2019): Turns out we already have a `region` filter in place for circuits; just need to add the form widget on the circuits list.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2896