fix(documentation): Update search API documentation to replace deprecated searchWithLucene examples with the unified search(query) API and clarify its behavior.

This commit is contained in:
2025-04-18 15:10:03 +00:00
parent 1d977986f1
commit 6a2a708ea1
3 changed files with 29 additions and 34 deletions

View File

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