Jeremy Stretch
Jeremy Stretch
> Be able to accurately represent the racks and reuse their configuration when building a site. This is already possible. Please detail your specific use case. > The rack type...
This would be possible to implement in a primitive way by appending `Q(custom_field_data__icontains=value)` to the queryset for the `search()` method on custom field model filtersets. However, it would not behave...
Blocked by #7016
I recently opened #10560 to capture work being done on a new search engine for NetBox v3.4. This FR will likely get wrapped up in that initiative, but I'll keep...
Preliminary work for this has been completed in 31c246327, but will be folded into #10560 as mentioned above.
Before investing any further effort into our implementation of `graphene-django`, it's worth considering alternative backends, as the project is [apparently dead](https://github.com/graphql-python/graphene-django/issues/1324).
Blocked by #9856
Blocked by #9414
The VLAN group isn't included in the results because the filter is matching only on specific assignment to the selected site. A VLAN group can only be assigned to a...
I'm going to close this out as not a bug, however if there's still interest we can look at an FR to change the behavior. #10054 might also help with...