Closed C0deBeez closed 1 month ago
This PR aims to correctly parse query parameters after URL encoding for pages. eg: "%3fquery%3dsomething" should be decoded as {'query': 'something'}.
Looks good, just missing a changelog entry.
Changelog updated
Here’s a structured PR description following the format you provided:
Description of this PR
This PR adds support for URL decoding of the
search
parameter in pages mode. The changes ensure that URL-encoded characters in thesearch
parameter are properly decoded, improving the handling of query strings in pages mode.Contributor Checklist
search
parameter in pages modeoptionals
CHANGELOG.md
This structure aligns with the given format and provides clear documentation of the changes.