epfl-si / ATARI

Code source for atari.epfl.ch
https://atari.epfl.ch
2 stars 1 forks source link

[bug] can't find person 401102 #68

Closed ponsfrilus closed 3 months ago

ponsfrilus commented 3 months ago

While this person has an entry on people.epfl.ch it can't be found on ATARI. Also see https://go.epfl.ch/INC0636612

ponsfrilus commented 3 months ago
  1. OK with https://people.epfl.ch/401102
  2. OK with https://api.epfl.ch/v1/accreds?persid=401102
  3. FAILS with https://api.epfl.ch/v1/persons/401102 (return null)
  4. FAILS with https://api.epfl.ch/v1/persons?query=401102 (return {"count": 0,"persons": []})
Azecko commented 3 months ago

The problem was created because of a bad JOIN instead of a LEFT JOIN in api.epfl.ch It is now fixed. Closing this issue