Hi
In some of the dedalo updates, the call to the thesaurus_parents API must have stopped working, it does not return any data.
the call
/publication/server_api/v1/json/thesaurus_parents?code=xxxxxxxx&db_name=web_tangible_heritage&lang=lg-esp&term_id=www1_117&recursive=true
return
que en alguna de las últimas actualizaciones ha dejado de funcionar, y siempre devuelve vacío
{
"result": [],
"msg": "Ok. Request done [web_data::get_thesaurus_parents]",
"debug": {
"time": 0.004
}
}
but if I ask for the same element from records, it does return information to me
/records?code=xxxxxxxxxxx&db_name=web_tangible_heritage&table=ts_web_mupreva&ar_fields=section_id, parents§ion_id=117&lang=lg-spa&limit=10
"result": [
{
"table": "ts_web_mupreva",
"section_id": 117,
"parents": "[\"www1_61\",\"www1_66\",\"www1_106\",\"www1_208\"]"
}
],