Laravel package to search through multiple Eloquent models. Supports sorting, pagination, scoped queries, eager load relationships and searching through single or multiple columns.
However, I have a problem adding multiple models to the search.
I think it has something to do with my implementation.
When I run the following code, I get this error message: "Contact" is not a valid backing value for enum App\Enums\ContactType.
Hi, superb package!
However, I have a problem adding multiple models to the search. I think it has something to do with my implementation. When I run the following code, I get this error message:
"Contact" is not a valid backing value for enum App\Enums\ContactType
.Can you spot what went wrong?