foundry-vtt-types icon indicating copy to clipboard operation
foundry-vtt-types copied to clipboard

Improve types for index fields

Open JPMeehan opened this issue 8 months ago • 0 comments

Some documents have properties that are automatically indexed, e.g. actor name and img. Furthermore, systems can use CONFIG to make more properties automatically indexed. These would be improvements to CompendiumCollection.IndexEntry

  • [ ] Core-provided properties in metadata.compendiumIndexFields should always be indexed
  • [ ] Provide an interface that aligns with CONFIG[documentType].compendiumIndexFields for expanding this.

JPMeehan avatar Jun 09 '24 15:06 JPMeehan