Support conversion of encoded and full-string bloxid
gshirazi opened this issue · 0 comments
gshirazi commented
when encoded, the new BloxID format documented here cannot be converted to the original string
This leads to these filters not to work:
i.e., the following works for legacy bloxid format
_filter=id in ["hxfnyyg3qinx24g2k5qbp5origfnzpov"]
_filter=id=="hxfnyyg3qinx24g2k5qbp5origfnzpov"
but the following does not work for the new BloxID format :
_filter=id in ["blox0.infra.template.dev-0.hxfnyyg3qinx24g2k5qbp5origfnzpov"]
_filter=id=="blox0.infra.template.dev-0.hxfnyyg3qinx24g2k5qbp5origfnzpov"