Filtering rack list by type/width is limited to one value #4375

Closed
opened 2025-12-29 18:35:24 +01:00 by adam · 0 comments
Owner

Originally created by @jeremystretch on GitHub (Dec 17, 2020).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version:
  • NetBox version:

Steps to Reproduce

  1. Make a REST API request to /api/dcim/racks/ filtered with multiple type or width values (ex: GET /dcim/racks/?type=4-post-cabinet&type=2-post-frame)

Expected Behavior

The response should include racks of all specified types/widths.

Observed Behavior

Only the last value for either filter is applied.

Originally created by @jeremystretch on GitHub (Dec 17, 2020). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: * NetBox version: ### Steps to Reproduce 1. Make a REST API request to `/api/dcim/racks/` filtered with multiple `type` or `width` values (ex: `GET /dcim/racks/?type=4-post-cabinet&type=2-post-frame`) ### Expected Behavior The response should include racks of all specified types/widths. ### Observed Behavior Only the last value for either filter is applied.
adam added the type: bugstatus: accepted labels 2025-12-29 18:35:24 +01:00
adam closed this issue 2025-12-29 18:35:24 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4375