Closed gygabor closed 6 years ago
Backend sends some institutions twice. request url: https://backend.test.deqar.eu/adminapi/v1/select/institutions/?query=central+european+univer&eter_id=&deqar_id=
https://backend.test.deqar.eu/adminapi/v1/select/institutions/?query=central+european+univer&eter_id=&deqar_id=
response body:
{ "count": 3, "next": null, "previous": null, "results": [ { "id": 1320, "eter_id": "HU0023", "deqar_id": "DEQARINST1320", "name_primary": "Central European University (Budapest)", "website_link": "http://www.ceu.hu", "countries": [ { "country": "Hungary", "city": "Budapest", "lat": 0, "long": 0 } ] }, { "id": 1320, "eter_id": "HU0023", "deqar_id": "DEQARINST1320", "name_primary": "Central European University (Budapest)", "website_link": "http://www.ceu.hu", "countries": [ { "country": "Hungary", "city": "Budapest", "lat": 0, "long": 0 } ] }, { "id": 3565, "eter_id": null, "deqar_id": "DEQARINST3565", "name_primary": "Private educational establishment is an «International college of ecology – informations safety Central European university»", "website_link": "www.keitk.at.ua", "countries": [ { "country": "Ukraine", "city": "", "lat": null, "long": null } ] } ] }
I close this, and created an issue under the backend here: https://github.com/EQAR/eqar_backend/issues/195
Backend sends some institutions twice. request url:
https://backend.test.deqar.eu/adminapi/v1/select/institutions/?query=central+european+univer&eter_id=&deqar_id=
response body: