We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
When filtering with a property suffixed by the name of the primary key, the filter breaks.
Given that we have a primary key "id" and a filter key "account_id", the following endpoint will be used: https://example.com/entity/account_
hours
Relates to #51
The text was updated successfully, but these errors were encountered:
1e49ae0
Merge pull request #63 from robwasripped/#62-filtering-columns-suffix…
a945a56
…ed-by-primary-key #62 filtering columns suffixed by primary key
No branches or pull requests
What is this feature about (expected vs actual behaviour)?
When filtering with a property suffixed by the name of the primary key, the filter breaks.
How can I reproduce it?
Given that we have a primary key "id" and a filter key "account_id", the following endpoint will be used:
https://example.com/entity/account_
Does it take minutes, hours or days to fix?
hours
Any additional information?
Relates to #51
The text was updated successfully, but these errors were encountered: