We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Imagin you have a fetcher with the following filter:
filter genres: :in, validates: { presence: true }
If you forget to pass this filter when fetching resource, the following error will be raised:
Genres should not be empty
To provide more user friendly feedback, error should be slightly more specific. Something like:
Filter by "genres" should not be empty. You can pass it using the following syntax: "?filter[genres_in]={genres}"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Imagin you have a fetcher with the following filter:
If you forget to pass this filter when fetching resource, the following error will be raised:
To provide more user friendly feedback, error should be slightly more specific. Something like:
The text was updated successfully, but these errors were encountered: