how to give projection fields in mongo query in ko...
# getting-started
t
how to give projection fields in mongo query in kotlin
v
This is a very vague question. To answer it we need more context and details. Could you please ask it at StackOverflow and post a link to it here?
t
val v=users.findOne("""{"phone":${phone}"}""") ,in this situation it has many fields but i want to return only domain name in that document . how ??