Skip to content

Fix exact match bug - #99

Open
zhiyuanliang-ms wants to merge 1 commit into
mainfrom
zhiyuanliang/fix-key-name-escape-bug
Open

Fix exact match bug#99
zhiyuanliang-ms wants to merge 1 commit into
mainfrom
zhiyuanliang/fix-key-name-escape-bug

Conversation

@zhiyuanliang-ms

@zhiyuanliang-ms zhiyuanliang-ms commented Jul 22, 2026

Copy link
Copy Markdown
Member

Fix key-name exact-match bug

PUT /kv/my*key -> stored as my*key
GET /kv/my*key -> 404 (expected 200; GET /kv?key=* still lists it).

The KeyValueSearchOptions in emulator is different from the real app config service. We use KeyFilter and LabelFilter which will do literal match, no unescape step.

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

Successfully merging this pull request may close these issues.

1 participant