Skip to main content

Brings back the old search functionality to NetBox

Project description

netbox-old-search

This plugin brings back the old global search method that was used in netbox prior to NetBox v3.4.0. The plugin is intended for users that prefer the old search method, or prefers to have the option to use both.

Version Compatibility

Should work with all current versions of NetBox >= v3.4.0.

Installing

With pip:

pip install netbox-old-search

Then add to local_requirements.txt:

netbox-old-search

Configuration

Enable the plugin in /opt/netbox/netbox/netbox/configuration.py:

PLUGINS = [
    "netbox_old_search"
]

PLUGINS_CONFIG = {
    "netbox_old_search": {
        "replace_search": True, # Hijacks the top search bar in netbox, redirecting to this plugins search method instead
        "show_menu": False, # Shows a link to the old search form in the plugin menu
    },
}

Attribution

A lot of the code is repurposed from the netbox source code from before the old search engine was removed.

Screenshots

Example Screenshot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netbox-old-search-0.1.1.tar.gz (11.4 kB view details)

Uploaded Source

File details

Details for the file netbox-old-search-0.1.1.tar.gz.

File metadata

  • Download URL: netbox-old-search-0.1.1.tar.gz
  • Upload date:
  • Size: 11.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.3

File hashes

Hashes for netbox-old-search-0.1.1.tar.gz
Algorithm Hash digest
SHA256 22458da88977417015f4f070e3d1e7d246c3d8a210d47ab1db34b46f9c4d93d3
MD5 9cd4d29a6c5189948c968693894ebaee
BLAKE2b-256 457c0f50414ecae71a86b8c10f138b83f526025aa31701f4a2d015dc55969419

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page