Currently, I am using the API to get record(s) information. I have a query like this:
filterByFormula=Search(‘478-1160-1’,Upper({MD Part Number}))
which the syntax is working either by returning 1 or more records. However, I am wondering if there is a wild character that I can pass in case that instead of “dashes” there is spaces or other character. So I can do something like:
filterByFormula=Search(‘478%1160-1’,Upper({MD Part Number}))
Thanks in advance.
