Description
Below is a simple let expr where search would not find a match and return 0 result. In that case, we expect get(a) to show a EOF tuple while it is throwing exception.
===
let(a=search(collection1,
q=id:999999999,
fl="id,business_email",
sort="business_email asc"),
get(a)
)
{
"result-set": {
"docs": [
]
}
}