Can do regex the search or give assumptions to search for two objects or less then all objects ?
for example:
Can do regex the search or give assumptions to search for two objects or less then all objects ?
for example:
Hello @marsb ,
i hope I have understood them correctly. The filter function in the tables checks whether the value you are looking for is present in the field values.
e.g. We search for ‘loc’, objects with the following values are found:
The following regex applies here: .loc..
Further regex statements are not supported.
With kind regards
Thanks.
I was about searching a few of the all objects.
for example:
only two objects from the list.
What was your search term?
→ host2 host408
Hello,
try this:
host(2|408)
you see text / regex → choose regex
OK. Thank you for the information
Yes, Regex works in global. Thx