To search all records, docs say to pass no args to entReference.getAll() for frontend code. While, serverless code needs to do entReference.getAll({}), passing an empty object.
I tried passing an empty object for frontend code entReference.getAll({}), and I got this error message:
{
"status": 400,
"message": "'options' should be an object"
}