Optimize filter in catalog builder

DomDerr
Tera Contributor

Hi,

I would like to optimize filter in catalog builder.
With kind of regexp to simplify ... match name starting by a number.


Thanks

3 REPLIES 3

ayushraj7012933
Mega Guru
  •  

    Hi  ,

    You can simplify and optimize this filter instead of using multiple “starts with 0–9” conditions 

    Best Practice Approach

    Use a single regex-based condition

    Update your filter to:

    • Operator: matches regex

    • Value:  ^[0-9].*

      If this helps, please mark it as Helpful and Accept as Solution.

      Thanks!

 

Tks for your answer,
it seems a good idea nut "matches regex option" is not available on operator.

DomDerr
Tera Contributor

Hi,
Do you have an idea to help on this topic ?
Tks.