diff --git a/Document-English.md b/Document-English.md index 890dbf9f564f8668fa8d9d426a82e63ccea87554..c9d1a0a2164826a8735d50f23b4f8ddad64ded99 100644 --- a/Document-English.md +++ b/Document-English.md @@ -140,13 +140,13 @@ Request: "content$":"%a%"          //filter condition: content contains 'a' }, "User":{ -     "id@":"/Moment/userId",       //User.id = Moment.userId, short referrence path,starts from grandparents path +     "id@":"/Moment/userId",       //User.id = Moment.userId, short reference path,starts from grandparents path "@column":"id,name,head" //get specified keys with the written order }, "Comment[]":{ //get a Comment array, and unwrap Comment object "count":2, "Comment":{ - "momentId@":"[]/Moment/id" //Comment.momentId = Moment.id, full referrence path + "momentId@":"[]/Moment/id" //Comment.momentId = Moment.id, full reference path } } }