Replies: 1 comment 3 replies
-
This is a bug in our filter spec generator 😄 The generated schema should contain all possible options. I will transfer this issue into |
Beta Was this translation helpful? Give feedback.
3 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
It's me again with more questions from Ash Framework book :).
I've just started a chapter on building JSON:API specification and I have a question about
filter
query param. This property can be used to filter the results. OpenAPI specification shows me a following list of available operators:While testing, I found that I'm also able to filter artists based on the name using
contains
operator (e.g.name[contains]=Syndicate
). That query gets correctly translated toLIKE %Syndicate%
SQL clause.How is it possible to use an operator that is not listed above? What other operators are available and where I can find them?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions