Hey everyone! Are there any plans to allow query parameters via route patterns without also applying
Hey everyone! Are there any plans to allow query parameters via route patterns without also applying the wildcard to the path? For example:
example.com/page* is the only way to support https://example.com/page?blah=1, but it also matches https://example.com/page1234. This seems like a pretty serious limitation.
