Search LABEL from middle of string
Under Managed Install, Scripts, where is need select LABEL, It is not possible search label from middle of string, only way is from beginning of label name.
Have you plan to improve search of labels?

2 comments
-
Kent West commented
Colin's suggestion below almost works as a solution, except for:
1) It's not intuitive to know this, and
2) If you don't know SQL (me!), it surprises you when it works sometimes but not others.
For example, searching for "L/C Mac - DMC-207", the query "%dmc" finds my label.
But in searching for "L/C Mac - ADM-327", the query "%adm" does not find my label. The query "%dm" does. It befuddles me why this would be the case.
-
Colin commented
You can actually do this, their filtering engine there uses a SQL query. If you use %val% for this example in the search it'll work