-
Notifications
You must be signed in to change notification settings - Fork 1
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
Accomodate "sys" in content queries #245
Comments
Ahhh - we do allow for querying sys, but not after doing a join, i suppose... @gburgett can you confirm? |
Actually, @rileyjhardy, I believe |
Yep that's the workaround! Still think in an ideal world Riley's query should be handled |
we can agree to disagree - i think the ideal is that the id is accessed like any other attribute, obfuscating the nuance introduced by contentful's schema... the intent was that it behaved similar to active record. But yes - if you choose to query mimicking the underlying structure, it should work 😺 |
Currently the gem does not require specifying "sys" within queries such as...
However we want to accomodate the case where we do provide "sys" since that is the actual structure of the content type. We don't want the request adding an additional "sys" as in the screenshot below.
Below is how the Page object structured
The text was updated successfully, but these errors were encountered: