-
Notifications
You must be signed in to change notification settings - Fork 14
Issue with api/plod/bySlug #142
Comments
I guess this is to attribute to the group that implemented the
@yashha as a side note, there are some (few) cases in which there are predictions for one alg and not for the otherone, as well as some cases in which there are no predictions at all |
Yes, the character names are reformatted. As far as I can see, you used getAllCharPredictions() to get a map with these reformatted names: A simple solution is to use getPlod(name), which simply does this: |
I think the way to tweak this is to override it before saving it to the db, @Adiolis ? @boriside @togiberlin @kordianbruck |
Also I found out that the slugs are inconsistent: |
Also this is not returning both plods :( |
First there should be a strict option
and this url
https://api.got.show/api/plod/bySlug/Aegon_Targaryen_(son_of_Rhaegar)
gives only one algorithm back
but this
https://api.got.show/api/plod/bySlug/Aegon_Targaryen
gives also the other algorithm back
The text was updated successfully, but these errors were encountered: