Talk:Support
Is it known how the "Refresh" button works with respect to refreshing multiple caches? Is a space-separated list of reference codes sufficient, or does the system require a comma-separated list of reference codes?
If known, this would be a good place to clarify the behaviour.
--Hügh (21934609) (talk) 02:45, 31 May 2023 (CEST)
- Good question, I had to check the code. The code splits on any non alphanumeric character (any character that's not
A-Za-z0-9
). Then it keeps every string that starts withGC
. --magma1447 (3305483) (talk) 09:50, 31 May 2023 (CEST)