Difference between revisions of "Talk:Support"
(Add comment about "Refresh" function: how does it work?) |
|||
Line 4: | Line 4: | ||
--[[User:21934609|21934609]] ([[User talk:21934609|talk]]) 02:45, 31 May 2023 (CEST) | --[[User:21934609|21934609]] ([[User talk: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 <code>A-Za-z0-9</code>). Then it keeps every string that starts with <code>GC</code>. --[[User:3305483|3305483]] ([[User talk:3305483|talk]]) 09:50, 31 May 2023 (CEST) |
Latest revision as of 08:50, 31 May 2023
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)