Make Saved Filter results Bookmark-able #11318

Closed
opened 2025-12-29 21:43:35 +01:00 by adam · 2 comments
Owner

Originally created by @abrahamvegh on GitHub (Jun 25, 2025).

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

Originally created by @abrahamvegh on GitHub (Jun 25, 2025). ### 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
adam closed this issue 2025-12-29 21:43:36 +01:00
Author
Owner

@github-actions[bot] commented on GitHub (Sep 25, 2025):

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. Do not attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our contributing guide.

@github-actions[bot] commented on GitHub (Sep 25, 2025): This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. NetBox is governed by a small group of core maintainers which means not all opened issues may receive direct feedback. **Do not** attempt to circumvent this process by "bumping" the issue; doing so will result in its immediate closure and you may be barred from participating in any future discussions. Please see our [contributing guide](https://github.com/netbox-community/netbox/blob/main/CONTRIBUTING.md).
Author
Owner

@github-actions[bot] commented on GitHub (Nov 23, 2025):

This issue has been automatically closed due to lack of activity. In an effort to reduce noise, please do not comment any further. Note that the core maintainers may elect to reopen this issue at a later date if deemed necessary.

@github-actions[bot] commented on GitHub (Nov 23, 2025): This issue has been automatically closed due to lack of activity. In an effort to reduce noise, please do not comment any further. Note that the core maintainers may elect to reopen this issue at a later date if deemed necessary.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11318