do this in commandline:
jump to the line:
/ll-123-aa-150-h
to query all pipes with match name to 'll-123':
q all with matchwild(name,'*ll-123*')
if you have a pipe site its better (for wasting time) to use:
q all with matchwild(name,'*ll-123*') for ce
make a list with selection...
Selction: Pipe
with rule: matchwild(name,'*ll-123*')
*ll-123* is what your are searching
for element: ce
if you have a pipe site