netbox-old-search


Namenetbox-old-search JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/kkthxbye-code/netbox-old-search
SummaryBrings back the old search functionality to NetBox
upload_time2023-09-07 11:34:07
maintainer
docs_urlNone
authorkkthxbye-code
requires_python>=3.8
license
keywords netbox netbox-plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # netbox-old-search [![PyPI](https://img.shields.io/pypi/v/netbox_old_search)](https://pypi.org/project/netbox-old-search/#description)

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:

```bash
pip install netbox-old-search
```

Then add to `local_requirements.txt`:

```bash
netbox-old-search
```

## Configuration

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

```python
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](https://github.com/netbox-community/netbox) source code from before the old search engine was removed.

## Screenshots

![Example Screenshot](docs/img/screenshot.png)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kkthxbye-code/netbox-old-search",
    "name": "netbox-old-search",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "netbox,netbox-plugin",
    "author": "kkthxbye-code",
    "author_email": "festll234@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/87/bd/9dd334b18b5826a463304b811e764bc4dc47a3ec946c7c29a74fc0ab59d5/netbox-old-search-0.1.3.tar.gz",
    "platform": null,
    "description": "# netbox-old-search [![PyPI](https://img.shields.io/pypi/v/netbox_old_search)](https://pypi.org/project/netbox-old-search/#description)\n\nThis 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.\n\n## Version Compatibility\n\nShould work with all current versions of NetBox >= v3.4.0.\n\n\n## Installing\n\nWith pip:\n\n```bash\npip install netbox-old-search\n```\n\nThen add to `local_requirements.txt`:\n\n```bash\nnetbox-old-search\n```\n\n## Configuration\n\nEnable the plugin in `/opt/netbox/netbox/netbox/configuration.py`:\n\n```python\nPLUGINS = [\n    \"netbox_old_search\"\n]\n\nPLUGINS_CONFIG = {\n    \"netbox_old_search\": {\n        \"replace_search\": True, # Hijacks the top search bar in netbox, redirecting to this plugins search method instead\n        \"show_menu\": False, # Shows a link to the old search form in the plugin menu\n    },\n}\n```\n\n## Attribution\n\nA lot of the code is repurposed from the [netbox](https://github.com/netbox-community/netbox) source code from before the old search engine was removed.\n\n## Screenshots\n\n![Example Screenshot](docs/img/screenshot.png)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Brings back the old search functionality to NetBox",
    "version": "0.1.3",
    "project_urls": {
        "Homepage": "https://github.com/kkthxbye-code/netbox-old-search"
    },
    "split_keywords": [
        "netbox",
        "netbox-plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4d400e7187aa76a58cab4cac83d28236a87dd51ae97223683fbcb5bc9b7af187",
                "md5": "05bc7ea51661fc18e35623ccc1ea828b",
                "sha256": "dc90942546abe624bb96680a6b6f91b67a2d31313c073a624c1326ddeda272d2"
            },
            "downloads": -1,
            "filename": "netbox_old_search-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "05bc7ea51661fc18e35623ccc1ea828b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12480,
            "upload_time": "2023-09-07T11:34:05",
            "upload_time_iso_8601": "2023-09-07T11:34:05.736617Z",
            "url": "https://files.pythonhosted.org/packages/4d/40/0e7187aa76a58cab4cac83d28236a87dd51ae97223683fbcb5bc9b7af187/netbox_old_search-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87bd9dd334b18b5826a463304b811e764bc4dc47a3ec946c7c29a74fc0ab59d5",
                "md5": "304ac3b550f52b0873cd4f2480109415",
                "sha256": "fc607f3aa1547cb002f0f156c329f89972ceefba5b79ec2a0a3a5cdb5840e377"
            },
            "downloads": -1,
            "filename": "netbox-old-search-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "304ac3b550f52b0873cd4f2480109415",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11583,
            "upload_time": "2023-09-07T11:34:07",
            "upload_time_iso_8601": "2023-09-07T11:34:07.212784Z",
            "url": "https://files.pythonhosted.org/packages/87/bd/9dd334b18b5826a463304b811e764bc4dc47a3ec946c7c29a74fc0ab59d5/netbox-old-search-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-07 11:34:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kkthxbye-code",
    "github_project": "netbox-old-search",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "netbox-old-search"
}
        
Elapsed time: 0.11348s