My challenge is to do a search that looks for records where my input is part of the company name. So essentially I am looking for a "contains" function.
Example searches:
1.
Input: "sephora"
Target: "company" field in record: "SEPHORA Inc."
2.
Input: "GoSports"
Target: "Go Sports Inc."
I guess the second example won't be possible but my plan is to just get all the matches based on company name, then name of the record and description and then let AI do a matching by probability and my other form inputs.
I am using the search module in Make.com.
My guess was to use either "SEARCH", "FIND", or "REGEX_MATCH" but no luck so far with my tests.


