Open baspellis opened 7 years ago
scaphold converts base64
ids to string
(of the pattern Type:<id#>
) before resolving a request. i don't think it checks if the id is base64
or not, so the problem could be that it doesn't recognize integer IDs
that said, the full string of the ID in this instance would be City:3
, not just 3
, though i don't think that'd work either
When I do:
The response is:
The returned id's doesn't comply to id='3'. The query returns the same if I change id='Q2l0eToz' as expected. Is there something special with the id property?