Remember quick search when navigating between pages #126

Closed
opened 2026-04-05 16:22:00 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @RedShift1 on 3/18/2026

NetBox version

v4.5.4

Feature type

Change to existing functionality

Proposed functionality

When using the quick search, remember the search terms when navigating between pages.

Use case

Example: you have a switch with 48 ports and you need to document a Vlan virtual interface. You go to the device's "Interfaces" tab and search for "vlan" to check which vlan interfaces are already present. It's not there so you add it. Once you've added the interface, the quick search input is empty again, so you have to type "vlan" again:

Image

Database changes

None. Most straightforward method is probably to just store the search term in the browser's localStorage.

External dependencies

None

*Originally created by @RedShift1 on 3/18/2026* ### NetBox version v4.5.4 ### Feature type Change to existing functionality ### Proposed functionality When using the quick search, remember the search terms when navigating between pages. ### Use case Example: you have a switch with 48 ports and you need to document a Vlan virtual interface. You go to the device's "Interfaces" tab and search for "vlan" to check which vlan interfaces are already present. It's not there so you add it. Once you've added the interface, the quick search input is empty again, so you have to type "vlan" again: ![Image](https://github.com/user-attachments/assets/b9229dda-9e0a-460e-99fb-beedf633dfce) ### Database changes None. Most straightforward method is probably to just store the search term in the browser's localStorage. ### External dependencies None
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/netbox#126