Extend Hydra context to generate filter fields client side? #2363
stephanvierkant
started this conversation in
General
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.
-
When you've got an entity with a
ApiFilter
, Hydra will give some information about all fields with a filter. In this simple example it will give the name of the field (createdAt
) but that's all:This information can be used to populate search fields client side, like Swagger does. But what if I'd like to add more information about a field?
Beta Was this translation helpful? Give feedback.
All reactions