feat(search): Improve search query handling and update documentation

This commit is contained in:
2025-04-22 20:34:23 +00:00
parent ccd4b9e1ec
commit 490524516e
5 changed files with 149 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2025-04-22 - 5.13.0 - feat(search)
Improve search query handling and update documentation
- Added 'codex.md' providing a high-level project overview and detailed search API documentation.
- Enhanced search parsing in SmartDataDbDoc to support combined free-term and quoted field phrase queries.
- Introduced a new fallback branch in the search method to handle free term with quoted field input.
- Updated tests in test/test.search.ts to cover new combined query scenarios and ensure robust behavior.
## 2025-04-22 - 5.12.2 - fix(search)
Fix handling of quoted wildcard patterns in field-specific search queries and add tests for location-based wildcard phrase searches