Forum Discussion
OlivierS
Lithium Alumni (Retired)
No idea smogger914
But what happen in your Java client if you change your query to something less restrictive, e.g.:
SELECT * FROM messages WHERE replies.count(*) = 0 AND depth = 0
Do you get the author email?
smogger914
10 years agoGuide
OlivierS when I do the SELECT * query the author object doesn't have the email. It looks like this:
"author" : {
"type" : "user",
"id" : "3",
"href" : "/users/3",
"view_href" : "/t5/user/viewprofilepage/user-id/3",
"login" : "blah"
},
I did author.email hoping it would work because I wanted to avoid doing another query to get each authors email. Seems like I will have to...
Related Content
- 2 years ago
- 12 years ago