Add ability to search for provider accounts #9739

Closed
opened 2025-12-29 21:21:55 +01:00 by adam · 2 comments
Owner

Originally created by @pv2b on GitHub (May 24, 2024).

Originally assigned to: @arthanson on GitHub.

Deployment Type

Self-hosted

NetBox Version

v4.0.3

Python Version

3.10

Steps to Reproduce

  1. Add a provider account
  2. Try to search for it

Expected Behavior

Provider account is listed

Observed Behavior

No search results found for the provider

Originally created by @pv2b on GitHub (May 24, 2024). Originally assigned to: @arthanson on GitHub. ### Deployment Type Self-hosted ### NetBox Version v4.0.3 ### Python Version 3.10 ### Steps to Reproduce 1. Add a provider account 2. Try to search for it ### Expected Behavior Provider account is listed ### Observed Behavior No search results found for the provider
adam added the type: bugstatus: acceptedseverity: low labels 2025-12-29 21:21:55 +01:00
adam closed this issue 2025-12-29 21:21:56 +01:00
Author
Owner

@pv2b commented on GitHub (May 24, 2024):

On second thought, this might be a bug, not a lack of a feature.

See: class ProviderAccountIndex(SearchIndex):

There seems to be a missing @register_search decorator?

@pv2b commented on GitHub (May 24, 2024): On second thought, this might be a bug, not a lack of a feature. See: [class ProviderAccountIndex(SearchIndex):](https://github.com/netbox-community/netbox/blob/103c08c2d2bc3e32d8274b8d8ec8dd2380857388/netbox/circuits/search.py#L51) There seems to be a missing `@register_search` decorator?
Author
Owner

@arthanson commented on GitHub (May 24, 2024):

@pv2b yes, looks like a bug - I've converted the issue to a bug format for tracking. Thanks for bringing this to our attention.

@arthanson commented on GitHub (May 24, 2024): @pv2b yes, looks like a bug - I've converted the issue to a bug format for tracking. Thanks for bringing this to our attention.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#9739