You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Custom Field lookup expression filtering (double underscore) doesn't work
http://netbox/dcim/devices?cf_test__empty=False
Expected:
device1 is filtered from the results, depending on the lookup expression
Result:
device1 is included in the results
All the __ lookup expressions fail to filter. The regular '=' syntax works correctly on custom text fields.
Are custom fields excluded from filtering this way 'by design' or is this a bug?
Beta Was this translation helpful? Give feedback.
All reactions