Tenants tag__ic does not filter #8689

Closed
opened 2025-12-29 20:39:56 +01:00 by adam · 2 comments
Owner

Originally created by @mostdaysarebaddays on GitHub (Sep 28, 2023).

NetBox version

3.6.1

Python version

3.8

Steps to Reproduce

"__ic" filtering doesn't work on tenants - nothing is filtered - "__n" works fine to exclude

Expected Behavior

Only return tenants with a certain word in their tag

Observed Behavior

All tenants returned.

Originally created by @mostdaysarebaddays on GitHub (Sep 28, 2023). ### NetBox version 3.6.1 ### Python version 3.8 ### Steps to Reproduce "__ic" filtering doesn't work on tenants - nothing is filtered - "__n" works fine to exclude ### Expected Behavior Only return tenants with a certain word in their tag ### Observed Behavior All tenants returned.
adam added the type: bugseverity: low labels 2025-12-29 20:39:56 +01:00
adam closed this issue 2025-12-29 20:39:56 +01:00
Author
Owner

@arthanson commented on GitHub (Sep 28, 2023):

tags only support the base filter and __n. The easiest way to see the supported filters is via the swagger docs (https://demo.netbox.dev/api/schema/swagger-ui/#/circuits/circuits_circuits_list) screenshot shown below for tags:
Monosnap NetBox REST API 2023-09-28 11-12-36

@arthanson commented on GitHub (Sep 28, 2023): tags only support the base filter and __n. The easiest way to see the supported filters is via the swagger docs (https://demo.netbox.dev/api/schema/swagger-ui/#/circuits/circuits_circuits_list) screenshot shown below for tags: ![Monosnap NetBox REST API 2023-09-28 11-12-36](https://github.com/netbox-community/netbox/assets/99642/07314304-b4d1-4bf4-897e-d5410212c943)
Author
Owner

@arthanson commented on GitHub (Sep 28, 2023):

Closing as not a bug.

@arthanson commented on GitHub (Sep 28, 2023): Closing as not a bug.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8689