You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how could i shield null items in the response of grpcc? thanks
the result below is my response, how could i retain the non-null values only?
"requireKeywordsWithIndex": {
"age": "",
"backgrounds": [],
"directions": [],
"experiences": [],
"certs": [],
"workYears": [],
"companyTypes": [],
"gender": [],
"industries": [],
"locations": [],
"majors": [],
"maritialStatus": [],
"salary": [],
"schoolTypes": [],
"stability": [],
"targetCompany": [],
"degrees": [],
"degreeOthers": [],
"intentType": [],
"skills": [
"2.0年以上java编程(0)"
],
Hi,
There is a display bug with the
oneof
fields. Even if one of the values is set, it always displaysnull
.Example :
Output :
The text was updated successfully, but these errors were encountered: