Dear coda community,
I am stuck with the following problems:
i would like to create a text control called “Omnisearch” and a table with a column called “search_col”
the search_col is already lowered and is a list of values lowered as such:
List(
thisRow.ASIN.Lower(),
thisRow.[Product ID].Lower(),
thisRow.[Material Code].Lower(),
thisRow.[EAN-13]
)
I would like some help creating a filter formula, that filters on any of the partial matches found in any of the list in the search_col