Skip to content

Conversation

@anonrig
Copy link
Member

@anonrig anonrig commented Nov 24, 2025

Fixes #1022


// to_raw_string preserves %20 encoding for spaces
ada_owned_string raw_str = ada_search_params_to_raw_string(out);
ASSERT_EQ(convert_string(raw_str), "a=b%20c&d=e%20f");
Copy link

@raoxiaoyan raoxiaoyan Nov 27, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anonrig Thanks for your effort. This is wonderful for supporting this new feature from us(Kong). I was wondering if it is possible to only remove b and then keep the other parts the same as before.
Before: a=b c&b=remove&d=e+f
Removed b: a=b c&d=e+f (What we expected.)

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.

Search manipulation without normalization

3 participants