Filtering #671
Unanswered
david34corbalan
asked this question in
Q&A
Filtering
#671
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use the search filter but it doesn't work if I choose more than 1 value. This was working in other version of this filter.
QueryBuilder::for(User::class) ->allowedFilters('name','email','created_at','updated_at','id') ->allowedSorts($data['headers']) ->paginate(15); return $data;
when filter!
but the user exist
Beta Was this translation helpful? Give feedback.
All reactions