You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a default language or a sequence of them would allow sources to pick only a single string value for multi-language predicates that have a @lang directive. Querying for <predicate>@lang1:lang2:. would pick lang1 first, then lang2, then no language, finally any other language. This make the connector pick certain languages when reading from Dgraph. Predicate name should then not include any language tags. This would work with any source and mode.
Given a default language or a sequence of them would allow sources to pick only a single string value for multi-language predicates that have a
@lang
directive. Querying for<predicate>@lang1:lang2:.
would pick lang1 first, then lang2, then no language, finally any other language. This make the connector pick certain languages when reading from Dgraph. Predicate name should then not include any language tags. This would work with any source and mode.This should then allow:
The text was updated successfully, but these errors were encountered: