Wildcard searches of lists

roy_walton
Mega Guru

This article indicates that you can use wildcards (* for multiple characters, % for single characters) when searching lists, but it doesn't seem to work.

For example, if I want to find all servers in the CMDB where the Name is pi%w001 (so pipw001, pidw001, etc.), I get no results. I've tried using ? instead of % as a single-character wildcard, but no dice. You also can't use the * wildcard anywhere but at the beginning of a string. The only way that wildcards seem to function, for list searches, is when you do a search for (for example) *pipw001, it'll find every server that includes that specific string.

I've tried doing the search in "Go to" boxes, in the filter dropdowns, and in the filter boxes at the top of the table columns, but only the * wildcard works, in the manner I described above.

Has anyone else figured out how to get this to work as it's documented? Is the documentation incorrect, or am I misinterpreting it?

2 REPLIES 2

Allen Andreas
Administrator
Administrator

Hi,

I just did this and it works, is this one of the methods you're referring to?

find_real_file.png

Well I guess, for that example, to an extent because the bottom entry doesn't have a 1 in the middle. So not fully reliable.

 


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

roy_walton
Mega Guru

Yeah, it sort of works. But in my testing, % doesn't work at all, and it always treats * as one or more characters, not as a single character.