Open ktosiek opened 1 year ago
Parsing just a query requires additional steps.
Current text suggests a parser created with Parser.query ignores the path, but it doesn't, and it trips people up: see https://github.com/elm/url/issues/36 and https://github.com/elm/url/issues/17.
Parser.query
Parsing just a query requires additional steps.
Current text suggests a parser created with
Parser.query
ignores the path, but it doesn't, and it trips people up: see https://github.com/elm/url/issues/36 and https://github.com/elm/url/issues/17.