aries-framework-go icon indicating copy to clipboard operation
aries-framework-go copied to clipboard

Allow the use of ":" in storage tag values

Open DRK3 opened this issue 3 years ago • 0 comments

Aries storage providers support tag name:value pairs. The use of ":" characters is restricted since it conflicts with the query syntax. However, tag values could still safely support ":" characters. The logic needs to be updated to split the query after it finds the first ":" character, and treat any remaining ":" as being part of the tag value.

DRK3 avatar May 25 '21 14:05 DRK3