-
Hello, I have an entity and view with a I am wondering if
Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
beikov
Jun 10, 2023
Replies: 1 comment 2 replies
-
A custom |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Pilpin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A custom
AttributeFilterProvider
is probably most appropriate. The code can be similar to the one you use for view filters, although if the filter value is always the same i.e.now()
, you might want to consider using a view filter instead.