From 1b3aaa109b5e3ac4d8e28bdccce9badeba29237e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=80=E5=90=89?= <84045975+thc1006@users.noreply.github.com> Date: Mon, 7 Sep 2026 07:17:31 +0800 Subject: [PATCH] preserve query strings in legacy documentation redirects The legacy redirects append location.hash but omit location.search, so a link such as /search.html?q=maintenance reaches the versioned search page without its search term. Append the original query before the fragment. The existing relative target, location.replace behavior, canonical link and static fallback remain unchanged. No specification content, parser API, dependencies or version-selection behavior changes. Signed-off-by: thc1006 <84045975+thc1006@users.noreply.github.com> --- poly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poly.py b/poly.py index 3bb1a64..b53e748 100644 --- a/poly.py +++ b/poly.py @@ -60,7 +60,7 @@ publiccode.yml Standard - +

Moved to {target}.