leocavalcante/siler

When using url encoded string in query parameters the route is not recognized ( "%3A")

Opened this issue · 1 comments

use Siler\Functional as λ; // Just to be cool, don't use non-ASCII identifiers ;)
use Siler\Route;

Route\get('/test', λ\puts('Hello World'));

Calling

/test?filters=f5iOhq-XT%3A4uibHCTuuA

gets no result, so it seems like to route cannot be found.
hope you can reproduce this issue.

It seems ok
image

Can you share what you are doing different than:
https://github.com/siler-examples/issue-584