Open
Description
NetBox version
v4.3.1
Feature type
Change to existing functionality
Proposed functionality
When viewing search results filtered using a Saved Filter, display the Bookmark button, and the resulting Bookmark should link directly to the search results for that specific object model, using the selected filter.
e.g. mynetbox.url/circuits/circuits/?filter_id=5
is the bookmark URL
Use case
This would enhance the usability of Saved Filters by being able to jump quickly from the dashboard to a useful search result.
In my specific scenario, I have the following Saved Filter:
{
"type_id": [
"6"
],
"status": [
"planned",
"provisioning",
"active",
"offline",
"deprovisioning"
]
}
I am frequently using this filter, and would like to be able to rapidly get back to it.
Database changes
I don’t know if any changes would be required.
External dependencies
N/A