fix(search): Refactor search tests to use unified search API and update text index type casting

This commit is contained in:
2025-04-18 14:56:11 +00:00
parent 1a359d355a
commit e325b42906
4 changed files with 54 additions and 17 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-04-18 - 5.9.1 - fix(search)
Refactor search tests to use unified search API and update text index type casting
- Replaced all calls from searchWithLucene with search in test/search tests
- Updated text index specification in the collection class to use proper type casting
## 2025-04-18 - 5.9.0 - feat(collections/search)
Improve text index creation and search fallback mechanisms in collections and document search methods