fix(search): Implement implicit AND logic for mixed simple term and field:value queries in search

This commit is contained in:
2025-04-22 18:36:47 +00:00
parent 419eb163f4
commit 6c50bd23ec
3 changed files with 36 additions and 1 deletions

View File

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