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
According to the doc, Synonyms are defined by indexing items with the _dictionaryEntry well-known schema.
However when register the object _dictionaryEntry with properties: _term, _synonym; wrong formatted resource name popped up.
[ERROR] { [ERROR] "code" : 400, [ERROR] "errors" : [ { [ERROR] "domain" : "global", [ERROR] "message" : "Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name.", [ERROR] "reason" : "badRequest" [ERROR] } ], [ERROR] "message" : "Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name.", [ERROR] "status" : "INVALID_ARGUMENT" [ERROR] }
The text was updated successfully, but these errors were encountered:
Same problem here!
Sorry, something went wrong.
Has anyone solved this problem? I tried this morning but got the same error. Schema is the same found in example. Thanks
No branches or pull requests
According to the doc, Synonyms are defined by indexing items with the _dictionaryEntry well-known schema.
However when register the object _dictionaryEntry with properties: _term, _synonym; wrong formatted resource name popped up.
[ERROR] {
[ERROR] "code" : 400,
[ERROR] "errors" : [ {
[ERROR] "domain" : "global",
[ERROR] "message" : "Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name.",
[ERROR] "reason" : "badRequest"
[ERROR] } ],
[ERROR] "message" : "Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name. Wrong formatted resource name.",
[ERROR] "status" : "INVALID_ARGUMENT"
[ERROR] }
The text was updated successfully, but these errors were encountered: