Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support conversion of encoded and full-string bloxid #350

Open
gshirazi opened this issue Dec 1, 2022 · 0 comments
Open

Support conversion of encoded and full-string bloxid #350

gshirazi opened this issue Dec 1, 2022 · 0 comments

Comments

@gshirazi
Copy link

gshirazi commented Dec 1, 2022

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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant