Talk:Notes
Latest comment: 26 September by Hawkeye in topic Duplicates?
Duplicates?[edit source]
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)
- 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)
- 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)
- 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)- Awesome, great stuff! Yuvixadun (talk) 22:07, 25 September 2025 (CEST)
- Great work! Hawkeye (talk) 07:56, 26 September 2025 (CEST)
- There still seem to be duplicates on this page and the books page aswell. Hawkeye (talk) 08:03, 26 September 2025 (CEST)
- 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)
- Many thanks! Hawkeye (talk) 16:40, 26 September 2025 (CEST)
- 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)
- There still seem to be duplicates on this page and the books page aswell. Hawkeye (talk) 08:03, 26 September 2025 (CEST)
- Great work! Hawkeye (talk) 07:56, 26 September 2025 (CEST)
- Awesome, great stuff! Yuvixadun (talk) 22:07, 25 September 2025 (CEST)
- Should be fixed forever now. We can apply the same fix to other Cargo tables if needed: Add a column with name and type
- 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)