Check-in by ben on 2025-06-19 19:52:57 Include search string in list signature to avoid cache collisions. INSERTED DELETED 1 1 src/list/index.dcgi.m4 1 1 TOTAL over 1 changed file Index: src/list/index.dcgi.m4 ================================================================== --- src/list/index.dcgi.m4 +++ src/list/index.dcgi.m4 @@ -49,11 +49,11 @@ printf "[h|List|URL:%s/details/%s/lists/%d|%s|%s]\n", api_ssl_endpoint, acct, list_id, server, port exit 0 } - signature = sprintf("list/%s", input) + signature = sprintf("list/%s/%s", input, search) str = cache_init(signature) if (length(str) > 0) { print str return }