Is there any way for get full value of location fields

i have a question
let say i have json

{“dbname”:“name and verbose”
}

and i search “nam*” with fts

result for locations
"locations":{
“dbname”:{
“name”:{“start”,“array_positon” etc}
}
}
i want to get “name and verbose” with "dbname"
this field can be array or more complex
how i can get it ?
thanks