fix(search): Improve implicit AND logic for mixed free term and field queries in search and enhance wildcard field handling.

This commit is contained in:
2025-04-22 19:37:50 +00:00
parent 0ca1d452b4
commit 2bf923b4f1
4 changed files with 56 additions and 11 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartdata',
version: '5.12.0',
version: '5.12.1',
description: 'An advanced library for NoSQL data organization and manipulation using TypeScript with support for MongoDB, data validation, collections, and custom data types.'
}