You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Had a chat on the League discord not long ago, and it got me thinking. We're doing a lot of work to keep the compendiums fresh. I wonder if it might instead be better to do something like pack.getIndex({fields: ['system.dfid']}) to get index information, and then do async loads when we need actual documents.
The text was updated successfully, but these errors were encountered:
already told ben about this a while back, but for posterity: i've experimented with this on local branches, and it does work. it can even point at flags, so we could index e.g. RollTables with flags.foundry-ironsworn.dfid
Managed to finish this with #1023; we're no longer doing any pack.getDocuments() calls, except when showing a setting-truths dialog, which is okay because at that point we need them all.
Had a chat on the League discord not long ago, and it got me thinking. We're doing a lot of work to keep the compendiums fresh. I wonder if it might instead be better to do something like
pack.getIndex({fields: ['system.dfid']})
to get index information, and then do async loads when we need actual documents.The text was updated successfully, but these errors were encountered: