Search for Name in Zoho CRM with Flow

Search for Name in Zoho CRM with Flow

I created a custom function where I am trying to search by First Name using:

CustomerRecord = zoho.crm.searchRecords("Contacts","(First Name|=|Alexander)");

and I keep on running into an invalid query error. Any suggestions?