Enhance global search bar with keywords #8226

Closed
opened 2025-12-29 20:34:01 +01:00 by adam · 2 comments
Owner

Originally created by @PieterL75 on GitHub (Jun 21, 2023).

NetBox version

v3.5.4

Feature type

Change to existing functionality

Proposed functionality

The searchbar now brings you to the global search. That result is a list of objects that match the value you are searching.
While the results are fast and accurate, they are missing the extra beef to quickly select the object you need (ex if there are 2 identical ip addresses, in different VRF's, you cant tell which one to use).
Do get more detailed info, you have to go to the model search page

I would suggest, that if you add a keyword to the search, that it brings you directly to the model search page, rather than the global search:
Some example:

Based on the keywords entered, a dropdown of all values could already be presented using the results of the globalsearch (typeahead style)

Use case

To get more details on a search, you have to use the model search:

  • open the sidebar
  • find the model
  • open the model page
  • either use the quickfilter (without function 'back' button of the browser)
  • or click the filter tab, enter the search value, scroll all the way down and press search (with a good 'back' returning you to the search results)

Using the keywords, it could provide you a quicker way to the detailed results.
Without the keyword, you get the global result

Database changes

No response

External dependencies

No response

Originally created by @PieterL75 on GitHub (Jun 21, 2023). ### NetBox version v3.5.4 ### Feature type Change to existing functionality ### Proposed functionality The searchbar now brings you to the global search. That result is a list of objects that match the value you are searching. While the results are fast and accurate, they are missing the extra beef to quickly select the object you need (ex if there are 2 identical ip addresses, in different VRF's, you cant tell which one to use). Do get more detailed info, you have to go to the model search page I would suggest, that if you add a keyword to the search, that it brings you directly to the model search page, rather than the global search: Some example: * ip 10.1.1.1 --> https://netbox/ipam/ip-addresses/?q=10.1.1.1 * device esx001 --> https://netbox/dcim/devices/?q=esx001 * site antwerp --> https://netbox/dcim/sites/?q=antwerp * vm db001 --> https://netbox/ipam/virtualization/virtual-machines/?q=db001 * device saved myfilter --> https://netbox/dcim/devices/?filter_id=3 Based on the keywords entered, a dropdown of all values could already be presented using the results of the globalsearch (typeahead style) ### Use case To get more details on a search, you have to use the model search: - open the sidebar - find the model - open the model page - either use the quickfilter (without function 'back' button of the browser) - or click the filter tab, enter the search value, scroll all the way down and press search (with a good 'back' returning you to the search results) Using the keywords, it could provide you a quicker way to the detailed results. Without the keyword, you get the global result ### Database changes _No response_ ### External dependencies _No response_
adam added the type: featurepending closure labels 2025-12-29 20:34:01 +01:00
adam closed this issue 2025-12-29 20:34:01 +01:00
Author
Owner

@github-actions[bot] commented on GitHub (Sep 20, 2023):

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 20, 2023): 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/develop/CONTRIBUTING.md).
Author
Owner

@github-actions[bot] commented on GitHub (Oct 20, 2023):

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 (Oct 20, 2023): 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#8226