Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Latest comment: 26 September by Hawkeye in topic Duplicates?

Duplicates? edit

Not sure if the query is working correctly, seeing some duplicates like A Prayer and A Query from DeHurst. Yuvixadun (talk) 14:53, 25 September 2025 (CEST)Reply

That could be a problem with caching or the cargo tables. Maybe the latter should be updated. Hawkeye (talk) 19:25, 25 September 2025 (CEST)Reply
Forgot to reply here, sorry. I've rebuilt the relevant Cargo table, which should have fixed the issue, but I already see duplicates again. The root cause is unclear. This has been a constant issue with Cargo ever since we started using it: It sometimes "randomly" inserts an entry twice into the tables. I'll see if I can find some permanent solution. Taylan (talk) 20:15, 25 September 2025 (CEST)Reply
Should be fixed forever now. We can apply the same fix to other Cargo tables if needed: Add a column with name and type cargo_uid = String (unique, hidden) and then set it like this: cargo_uid = {{#invoke:GenUID|gen}}. Every entry into the table will be assigned a unique value generated from the page name and a counter, so a single page adding multiple entries works fine, like with Fish or Longsword. Taylan (talk) 21:43, 25 September 2025 (CEST)Reply
Awesome, great stuff! Yuvixadun (talk) 22:07, 25 September 2025 (CEST)Reply
Great work! Hawkeye (talk) 07:56, 26 September 2025 (CEST)Reply
There still seem to be duplicates on this page and the books page aswell. Hawkeye (talk) 08:03, 26 September 2025 (CEST)Reply
Yeah, found the issue. Should be fixed for REAL real once I'm done implementing the fix. Just going over all cargo tables while I'm add it to add the fix to all now Taylan (talk) 14:38, 26 September 2025 (CEST)Reply
Many thanks! Hawkeye (talk) 16:40, 26 September 2025 (CEST)Reply