Search shows only the virtual machines which have this custom field value set.
All virtual machines are shown, regardless if the custom field value is set or not.
Downgrading to 2.7.3 resolves this problem.
NetBox 2.7.3 has cf_<custom field name>=... in the url query string and
2.7.4 has <custom field name>=... (without the cf_ prefix) in the url query string when searching for custom field values.
We are facing the very same regression on the regular device search. We just updated our netbox instances from 2.6.12 to 2.7.4. Searching for custom fields is quite essential.
Fixed above. As a workaround, you can manually append cf_ to any custom filed names in the URL query string.
thank you for the quick fix
Most helpful comment
thank you for the quick fix