Hi OS-Team and Partners,
is it possible to get the loginName of an User which is referenced in a field of Type "ID"?
I already get these information for creator and modifier of an object. (also id, title ... by typing creatorid, creatortitle ...) I am wondering whether this additional user information can be accessed as well in referenced fields...
My request looks like this:
[1]: http://host/search/?size=1000
{{
"types": [
"objectTypeX"
],
"fields":[
"id",
"created",
"creatorid",
"creatortitle",
"creator",
"objectTypeX.userReference",
"objectTypeXuserReference" ...
"options":{
"searchmode":"idxs",
"resolvereference":true,
}
}
I already tried things like userReference.name, userReferencename, userReferencetitle and userReference_meta.name ....
i expected an output like dms service, which gives shows the "name" per default as result, but search services gives as result only the "title" of the user Object like "Martin Januschke" instead of the login..
v. 5.20
Would be great if you could give a hint what i'm doing wrong here..
Many Thx in advance
Martin