Skip to content
New issue

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

Handling canonical dictionaries in resources #106

Open
nirzamir opened this issue Apr 17, 2018 · 0 comments
Open

Handling canonical dictionaries in resources #106

nirzamir opened this issue Apr 17, 2018 · 0 comments

Comments

@nirzamir
Copy link

@nirzamir nirzamir commented Apr 17, 2018

If an object contains inherent dictionaries (that usually contain custom keys) in its properties, like:
{ id: '1234' customInfo: { customProperty1: value1, customProperty2: value2} }

How is it expected to perform filtering and sorting on collections of such objects?

For example:
/collectionName?orderBy=customInfo.customProperty1

Or
/collectionName?filter=customInfo.customProperty1 eq value1

Is this acceptable?

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.