{"id":37081232,"url":"https://github.com/kkthxbye-code/netbox-old-search","last_synced_at":"2026-01-14T09:52:25.125Z","repository":{"id":189409877,"uuid":"661862833","full_name":"kkthxbye-code/netbox-old-search","owner":"kkthxbye-code","description":"Adds the old search functionality to NetBox 3.3+","archived":false,"fork":false,"pushed_at":"2025-02-27T18:48:45.000Z","size":88,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-28T05:34:27.633Z","etag":null,"topics":["netbox","netbox-plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkthxbye-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-03T20:41:19.000Z","updated_at":"2025-03-28T21:55:22.000Z","dependencies_parsed_at":"2024-11-19T01:43:44.045Z","dependency_job_id":null,"html_url":"https://github.com/kkthxbye-code/netbox-old-search","commit_stats":null,"previous_names":["kkthxbye-code/netbox-old-search"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/kkthxbye-code/netbox-old-search","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkthxbye-code%2Fnetbox-old-search","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkthxbye-code%2Fnetbox-old-search/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkthxbye-code%2Fnetbox-old-search/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkthxbye-code%2Fnetbox-old-search/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkthxbye-code","download_url":"https://codeload.github.com/kkthxbye-code/netbox-old-search/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkthxbye-code%2Fnetbox-old-search/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28416120,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T08:38:59.149Z","status":"ssl_error","status_checked_at":"2026-01-14T08:38:43.588Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["netbox","netbox-plugin"],"created_at":"2026-01-14T09:52:21.644Z","updated_at":"2026-01-14T09:52:25.118Z","avatar_url":"https://github.com/kkthxbye-code.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 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 \u003c 4.0  | \u003c= 0.1.3 |\n| NetBox \u003e= 4.0 | \u003e= 1.0.0 |\n| NetBox \u003e= 4.2  | \u003e= 1.1.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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkthxbye-code%2Fnetbox-old-search","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkthxbye-code%2Fnetbox-old-search","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkthxbye-code%2Fnetbox-old-search/lists"}