Regular Expression Search

Hello,

I want to use something like regular expression inside part number search.

I want to search for: 3NBC231*CV and I need the answers to be same like this 3NBC231(Any Letter/Number)CV replacing the * with any possible character.

Is that possible to do ?

Regards,

Yep with the native search in SuiteCRM you can use % to specify a wild card.

-Nate

to answer the question in the title of this thread, as of time of writing, the search functionality which is provided with a vanilla install of suitecrm does not implement regular expressions