feat(indexing): Add support for regular index creation in documents and collections

This commit is contained in:
2025-04-07 16:47:16 +00:00
parent 0d2dcec3e2
commit ed1eecbab8
4 changed files with 81 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-04-07 - 5.6.0 - feat(indexing)
Add support for regular index creation in documents and collections
- Implement new index decorator in classes.doc.ts to mark properties with regular indexing options
- Update SmartdataCollection to create regular indexes if defined on a document during insert
- Enhance document structure to store and utilize regular index configurations
## 2025-04-06 - 5.5.1 - fix(ci & formatting)
Minor fixes: update CI workflow image and npmci package references, adjust package.json and readme URLs, and apply consistent code formatting.