is this possible to concat strings in exposed? lik...
# exposed
d
is this possible to concat strings in exposed? like
Copy code
Employees.lastName.concat(Employees.firstName).like("SmithJohn")
t
No, it's not supported right now. We will add this at next version, thank you for report.
👍 1