# 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
| Netbox | Plugin |
|---------------|----------|
| NetBox < 4.0 | <= 0.1.3 |
| NetBox >= 4.0 | >= 1.0.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": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "netbox, netbox-plugin",
"author": "kkthxbye-code",
"author_email": "festll234@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/bf/1c/075c0e27723c12fca3eb3a5ea0e722ccc8b0b22fa733832d979943c47a85/netbox-old-search-1.0.0.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\n| Netbox | Plugin |\n|---------------|----------|\n| NetBox < 4.0 | <= 0.1.3 |\n| NetBox >= 4.0 | >= 1.0.0 |\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": null,
"summary": "Brings back the old search functionality to NetBox",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/kkthxbye-code/netbox-old-search"
},
"split_keywords": [
"netbox",
" netbox-plugin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cc95b284f4097a6a71ad69aa53378b6317ce3e952739a6cc7ffb9331d4408918",
"md5": "c5e631ca01b13a96a4604975fbc3811e",
"sha256": "b36536ab0820f687e6e96e4f3a74c8a17b2b1cd6194e60cd4a3a00e0dd73e2bb"
},
"downloads": -1,
"filename": "netbox_old_search-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c5e631ca01b13a96a4604975fbc3811e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 12416,
"upload_time": "2024-09-20T06:37:10",
"upload_time_iso_8601": "2024-09-20T06:37:10.770304Z",
"url": "https://files.pythonhosted.org/packages/cc/95/b284f4097a6a71ad69aa53378b6317ce3e952739a6cc7ffb9331d4408918/netbox_old_search-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bf1c075c0e27723c12fca3eb3a5ea0e722ccc8b0b22fa733832d979943c47a85",
"md5": "3e82b4497040667770af71baed7709bd",
"sha256": "df8c0634d520bd1aeccb1dd7daacfa11d5ac33912ad817bbb087c0911860d0f8"
},
"downloads": -1,
"filename": "netbox-old-search-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "3e82b4497040667770af71baed7709bd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 11766,
"upload_time": "2024-09-20T06:37:12",
"upload_time_iso_8601": "2024-09-20T06:37:12.485788Z",
"url": "https://files.pythonhosted.org/packages/bf/1c/075c0e27723c12fca3eb3a5ea0e722ccc8b0b22fa733832d979943c47a85/netbox-old-search-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-20 06:37:12",
"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"
}