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
Filter supports only string and int filtering.
Boolean would be handly for avalability checks to ask for less data if more endpoints available
https://github.com/RedHatInsights/insights-api-common-rails/blob/master/lib/insights/api/common/filter.rb
The text was updated successfully, but these errors were encountered:
@mkanoor @bzwei do you have any thoughts on this?
Sorry, something went wrong.
@syncrou @abellotti mentioned that there is already a pattern in the filter.rb which we can extend to support booleans. We have https://github.com/RedHatInsights/sources-api/blob/1bc1d8da8aed4d188d5eb5cb0725a3d80038b041/public/doc/openapi-3-v3.0.json#L1705 Which uses a boolean field but it's not being filtered on.
syncrou
No branches or pull requests
Filter supports only string and int filtering.
Boolean would be handly for avalability checks to ask for less data if more endpoints available
https://github.com/RedHatInsights/insights-api-common-rails/blob/master/lib/insights/api/common/filter.rb
The text was updated successfully, but these errors were encountered: