Hi, there. I am a beginner to dgraph club and I meet two problems when I learn and use dgraph.
The first one is, is there some way to handle character escaping. For example, quotation marks inside the string quotation marks. I’d like to store a JSON string as an attribute value. This will raise a mutation error.
The second one is, in Fulltext searching, is there any difference between indexing the predicates with language and mark @lang in my predicate when I create a mutation and not doing so, specifically non-English language.
Thanks a lot,
Kehan.