Skip to content

Ordering global search results so Virtual Machines are next to Devices #3441

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
candlerb opened this issue Aug 21, 2019 · 0 comments
Closed
Labels
status: accepted This issue has been accepted for implementation

Comments

@candlerb
Copy link
Contributor

Environment

  • Python version: 3.5.2
  • NetBox version: 2.6.2

Proposed Functionality

This is a very minor one.

At the moment, if you enter a keyword in global search and it matches multiple types of object, they are returned in the following order:

  • Devices
  • Prefixes
  • IP Addresses
  • Virtual Machines

I would like to see "Virtual Machines" come directly under "Devices".

Use Case

Devices and Virtual machines are similar entities: they have interfaces, and interfaces have IPs.

When I was searching for a thing (say "foo"), I saw all the devices called "fooXXX", followed by various prefixes and IPs, and it looked like the thing I was looking for (fooYYY) wasn't there.

But actually there was - it's just that fooYYY was a virtual machine not a device, and the virtual machines were off the bottom of the page - not visible without scrolling.

Database Changes

None

External Dependencies

None

@DanSheps DanSheps added status: under review Further discussion is needed to determine this issue's scope and/or implementation type: ui labels Sep 23, 2019
@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation and removed status: under review Further discussion is needed to determine this issue's scope and/or implementation labels Dec 13, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation
Projects
None yet
Development

No branches or pull requests

3 participants