feat(collections/search): Improve text index creation and search fallback mechanisms in collections and document search methods

This commit is contained in:
2025-04-18 11:25:39 +00:00
parent 558f83a3d9
commit b5a9449d5e
4 changed files with 46 additions and 45 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-04-18 - 5.9.0 - feat(collections/search)
Improve text index creation and search fallback mechanisms in collections and document search methods
- Auto-create a compound text index on all searchable fields in SmartdataCollection with a one-time flag to prevent duplicate index creation.
- Refine the search method in SmartDataDbDoc to support exact field matches and safe regex fallback for non-Lucene queries.
## 2025-04-17 - 5.8.4 - fix(core)
Update commit metadata with no functional code changes