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
Hello!
I'm trying to use the example from here: https://github.com/sanity-io/document-internationalization/blob/main/docs/groq-query-examples.md#get-all-translated-document-versions-from-the-current-document
defined(__i18n_refs) => { "translations": __i18n_refs[]->{ ..., } }, defined(__i18n_base) => { "translations": *[(_id match ^.__i18n_base._ref + "*" || _id match ^.__i18n_base._ref )&& _id != ^._id]{ ..., } }
But this gives me the following error: join condition requires relational operator; "match" not supported
join condition requires relational operator; "match" not supported
I'm on Sanity 3.8. How can I adjust this query to work? Cheers
Max
The text was updated successfully, but these errors were encountered:
did anything change in the GROQ spec? @SimeonGriggs
Sorry, something went wrong.
No branches or pull requests
Hello!
I'm trying to use the example from here: https://github.com/sanity-io/document-internationalization/blob/main/docs/groq-query-examples.md#get-all-translated-document-versions-from-the-current-document
But this gives me the following error:
join condition requires relational operator; "match" not supported
I'm on Sanity 3.8. How can I adjust this query to work? Cheers
Max
The text was updated successfully, but these errors were encountered: