The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Hi,
I am new to Airtable and am trying to build a query that will act like a global search across multiple columns.
Our members table has the following columns {‘Full Name’,‘Phone’,‘Email’} that I would like to search.
I want to have a single search ...
I figured this out myself. Here is the filterByFormula JS code I used to make a nested AND inside of an OR in case someone else can find it useful:
//Get the query parameter
var searchString = new String(ctx.query["search"]);//Get the Search Query st...