Skip to content

Make Saved Filter results Bookmark-able #19761

Open
@abrahamvegh

Description

@abrahamvegh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    complexity: lowRequires minimal effort to implementstatus: needs ownerThis issue is tentatively accepted pending a volunteer committed to its implementationtype: featureIntroduction of new functionality to the application

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions