I have a flow service named “AbcDef”
While trying to find(ctrl+f) the service,
when i search with the following strings(in the integration server search)
“abc” returns no results
“def” returns no results
I specifically have to make the search with the string
“Abc” or “Def”
Since I have hundreds of services, and different naming conventions,
is there a way to search without case sensitivity,
Should i provide a regular expression for the search string?
Just reviewed the designer guide for 9.10 it does not talk about regex expressions (complex it mean) for searching elements on IS, if you have managed to find a way please share it.
However you can use asterisks (*) to search for any string and question mark (?) to search for any character in the Open Integration Server Element dialog box. You can also use appropriate uppercase or mixed case letters to specify search patterns.
Since you have hundreds and thousands of packages and services, I would suggest creating working set might help “A working set is a subset of elements on one or more Integration Servers. You can create
a working set to limit the contents of Package Navigator to only those elements you
want to see and work with.”