Can't search for empty field #9224
-
Hi, I want to search for records that have no value in a field as per this feature. The url I'm using is:
When I go to that URL I get all IP addresses, regardless of DNS name value. The server is running Netbox 3.2.1. Am I doing something wrong? |
Beta Was this translation helpful? Give feedback.
Answered by
jeremystretch
Apr 26, 2022
Replies: 1 comment 1 reply
-
Looks like a bug. I see that |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sol1james
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like a bug. I see that
dns_name__empty
is present in the filter set for IP addresses, however it's a MultiValueCharFilter rather than a BooleanFilter.