ewg118/numishare

Nomisma lookup results not appearing

Closed this issue · 2 comments

I'm trying to debug this edit coin issue:

region_lookup

Upon execute, I get a response from xforms-server that there are results (and this changes depending on the query). However the response is otherwise empty.

Seemed to break without intervention, so wondering if the issue is around content negotiation with nomisma.org and changes beyond numishare itself?

Help of where to look to debug would be welcomed, please?

I fixed this. The link to the html page in the Atom feed was recently updated to be rel="canonical", but the code for the entity lookup was looking for a link without a rel at all. You'll want to pull the changes from xforms/xbl/entity-input/entity-input.xbl

That's great. Thanks, Ethan.