var searchResults = search.create({ type: search.Type.CUSTOMER, columns: [ 'email', 'phone' ], filters: [ { name: 'id', operator: 'is', values: [ customerId ] } ] }).run();