Replies: 1 comment 1 reply
-
Such low-cardinality values aren't available in global search, but they're available as filters. Example: I have some multi-select custom fields on Device. If I browse to devices and then click the 'filter' tab, I have filters available for these, at the bottom of the page. If I select one, when I go back to the 'results' tab it takes me to |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've read PR's and a lot about how the ability to search inside custom fields for their values has been added to NetBox incrementally over the past few years, but I'm at a loss on how to structure a query to search for the value of a custom field choice set?
If I have a custom field that is a "selection" or "multiple selection" type, how do I filter a search to show me all objects that have the value of something inside a custom field choice set?
For example, if I have a custom field "multiple selection" called "business_units". I have a custom field choice set also called "business units" with the following extra choices:
choice1:bu1
choice2:bu2
choice3:bu3
if I attempt to search on "bu2" in global search I get nothing. I can't see any guidance on how I would create a filter that would allow me to display all objects where "bu2" has been a selected choice.
Beta Was this translation helpful? Give feedback.
All reactions