Skip to main content

Use FIND on 2 fields

  • March 1, 2023
  • 0 replies
  • 3 views

Forum|alt.badge.img

I'm trying to do a search on multiple fields I've tried the following (as well as SEARCH)

How do I do it?

async function search(term) { try { console.log(term) return await base('Reviews') .select({filterByFormula: `FIND("${term}", {Name},"${term}", {Description})`}).firstPage() }catch(err){ console.log(err) } }

 

 

0 replies

Be the first to reply!