Global search breaks when searching for contacts #11120

Closed
opened 2025-12-29 21:40:34 +01:00 by adam · 3 comments
Owner

Originally created by @MarlonSieker on GitHub (May 5, 2025).

Deployment Type

Self-hosted

NetBox Version

v4.3.0

Python Version

3.11

Steps to Reproduce

  1. Create contacts
  2. Use global search and type in the contact name

Expected Behavior

Any data with the name should be displayed

Observed Behavior

We get the following error:
Image

Probably a bug from the v4.3.0 update (Breaking Changes):

  • The group foreign key on the Contact model has been replaced with a many-to-many groups field.
Originally created by @MarlonSieker on GitHub (May 5, 2025). ### Deployment Type Self-hosted ### NetBox Version v4.3.0 ### Python Version 3.11 ### Steps to Reproduce 1. Create contacts 2. Use global search and type in the contact name ### Expected Behavior Any data with the name should be displayed ### Observed Behavior We get the following error: ![Image](https://github.com/user-attachments/assets/072056b7-7599-4e9e-9e88-b4de07844b8f) Probably a bug from the v4.3.0 update (Breaking Changes): - The group foreign key on the Contact model has been replaced with a many-to-many groups field.
adam added the type: bugstatus: duplicate labels 2025-12-29 21:40:34 +01:00
adam closed this issue 2025-12-29 21:40:36 +01:00
Author
Owner

@boxstep commented on GitHub (May 19, 2025):

v4.3.1 same error, looks like transformation was not complete or something. Rolling back.

@boxstep commented on GitHub (May 19, 2025): v4.3.1 same error, looks like transformation was not complete or something. Rolling back.
Author
Owner

@MarlonSieker commented on GitHub (May 19, 2025):

I can't recreate the bug in v4.3.1, are you sure this can still happen?

@MarlonSieker commented on GitHub (May 19, 2025): I can't recreate the bug in v4.3.1, are you sure this can still happen?
Author
Owner

@boxstep commented on GitHub (May 21, 2025):

I can't recreate the bug in v4.3.1, are you sure this can still happen?

I created new issue https://github.com/netbox-community/netbox/issues/19544

@boxstep commented on GitHub (May 21, 2025): > I can't recreate the bug in v4.3.1, are you sure this can still happen? I created new issue https://github.com/netbox-community/netbox/issues/19544
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#11120