airtable-php icon indicating copy to clipboard operation
airtable-php copied to clipboard

Help - Multiple column search

Open ilearnbydoing opened this issue 3 years ago • 1 comments

any idea how to search with multiple columns? unlike just single column lookup in QuickCheck()

ilearnbydoing avatar May 17 '21 05:05 ilearnbydoing

Hi, you can read this section of the Readme https://github.com/sleiman/airtable-php#use-params-to-filter-sort-etc

Simple "filterByFormula" => "AND( Status = 'New' )",

More complex "filterByFormula" => "AND({Page} = '$page',{Content Status}= 'Live', FIND( '$user_status', {User Status} )>0 )",

Let me know if this answers your question

sleiman avatar May 17 '21 06:05 sleiman