AllowedFilter::exact('attribute'), but with Local Scope #956
Unanswered
AntonLugtenburg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is there an easy way to archive the exact filter behaviour:
but with a scope instead of an attribute?
I created a custom Filter
and use it like this:
AllowedFilter::custom('localScopeName', new OrWhereFilterForScopes),
but this seems a bit weird for me.
Is there a better way?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions