Commit Graph

442 Commits

Author SHA1 Message Date
philkunz d0e769622e fix(doc): Refactor searchable fields API and improve collection registration. 2025-04-21 16:35:29 +00:00
philkunz eef758cabb 5.11.0
Default (tags) / security (push) Successful in 23s
Default (tags) / test (push) Successful in 3m1s
Default (tags) / release (push) Failing after 52s
Default (tags) / metadata (push) Successful in 59s
v5.11.0
2025-04-21 15:29:11 +00:00
philkunz d0cc2a0ed2 feat(ts/classes.lucene.adapter): Expose luceneWildcardToRegex method to allow external usage and enhance regex transformation capabilities. 2025-04-21 15:29:11 +00:00
philkunz 87c930121c 5.10.0
Default (tags) / security (push) Successful in 40s
Default (tags) / test (push) Failing after 3m25s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v5.10.0
2025-04-21 15:27:55 +00:00
philkunz 23b499b3a8 feat(search): Improve search functionality: update documentation, refine Lucene query transformation, and add advanced search tests 2025-04-21 15:27:55 +00:00
philkunz 0834ec5c91 5.9.2
Default (tags) / security (push) Successful in 32s
Default (tags) / test (push) Successful in 3m3s
Default (tags) / release (push) Failing after 51s
Default (tags) / metadata (push) Successful in 57s
v5.9.2
2025-04-18 15:10:04 +00:00
philkunz 6a2a708ea1 fix(documentation): Update search API documentation to replace deprecated searchWithLucene examples with the unified search(query) API and clarify its behavior. 2025-04-18 15:10:03 +00:00
philkunz 1d977986f1 5.9.1
Default (tags) / security (push) Successful in 39s
Default (tags) / test (push) Successful in 3m2s
Default (tags) / release (push) Failing after 51s
Default (tags) / metadata (push) Successful in 58s
v5.9.1
2025-04-18 14:56:11 +00:00
philkunz e325b42906 fix(search): Refactor search tests to use unified search API and update text index type casting 2025-04-18 14:56:11 +00:00
philkunz 1a359d355a 5.9.0
Default (tags) / security (push) Successful in 39s
Default (tags) / test (push) Failing after 6m57s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v5.9.0
2025-04-18 11:25:39 +00:00
philkunz b5a9449d5e feat(collections/search): Improve text index creation and search fallback mechanisms in collections and document search methods 2025-04-18 11:25:39 +00:00
philkunz 558f83a3d9 5.8.4
Default (tags) / security (push) Successful in 38s
Default (tags) / test (push) Successful in 3m2s
Default (tags) / release (push) Failing after 50s
Default (tags) / metadata (push) Successful in 57s
v5.8.4
2025-04-17 11:47:38 +00:00
philkunz 76ae454221 fix(core): Update commit metadata with no functional code changes 2025-04-17 11:47:38 +00:00
philkunz 90cfc4644d 5.8.3
Default (tags) / security (push) Successful in 39s
Default (tags) / test (push) Successful in 3m3s
Default (tags) / release (push) Failing after 54s
Default (tags) / metadata (push) Successful in 1m4s
v5.8.3
2025-04-17 11:21:35 +00:00
philkunz 0be279e5f5 fix(readme): Improve readme documentation on data models and connection management 2025-04-17 11:21:35 +00:00
philkunz 9755522bba 5.8.2
Default (tags) / security (push) Successful in 38s
Default (tags) / test (push) Successful in 2m58s
Default (tags) / release (push) Failing after 51s
Default (tags) / metadata (push) Successful in 58s
v5.8.2
2025-04-14 18:13:10 +00:00
philkunz de8736e99e fix(classes.doc.ts): Ensure collection initialization before creating a cursor in getCursorExtended 2025-04-14 18:13:10 +00:00
philkunz c430627a21 5.8.1
Default (tags) / security (push) Successful in 32s
Default (tags) / test (push) Successful in 3m0s
Default (tags) / release (push) Failing after 50s
Default (tags) / metadata (push) Successful in 1m2s
v5.8.1
2025-04-14 18:06:29 +00:00
philkunz 0bfebaf5b9 fix(cursor, doc): Add explicit return types and casts to SmartdataDbCursor methods and update getCursorExtended signature in SmartDataDbDoc. 2025-04-14 18:06:29 +00:00
philkunz 4733982d03 5.8.0
Default (tags) / security (push) Successful in 32s
Default (tags) / test (push) Successful in 3m3s
Default (tags) / release (push) Failing after 52s
Default (tags) / metadata (push) Successful in 59s
v5.8.0
2025-04-14 17:58:54 +00:00
philkunz 368dc27607 feat(cursor): Add toArray method to SmartdataDbCursor to convert raw MongoDB documents into initialized class instances 2025-04-14 17:58:54 +00:00
philkunz 938b25c925 5.7.0
Default (tags) / security (push) Successful in 39s
Default (tags) / test (push) Successful in 3m2s
Default (tags) / release (push) Failing after 51s
Default (tags) / metadata (push) Successful in 59s
v5.7.0
2025-04-14 17:49:07 +00:00
philkunz ab251858ba feat(SmartDataDbDoc): Add extended cursor method getCursorExtended for flexible cursor modifications 2025-04-14 17:49:07 +00:00
philkunz 24371ccf78 5.6.0
Default (tags) / security (push) Successful in 36s
Default (tags) / test (push) Successful in 3m1s
Default (tags) / release (push) Failing after 51s
Default (tags) / metadata (push) Successful in 58s
v5.6.0
2025-04-07 16:47:16 +00:00
philkunz ed1eecbab8 feat(indexing): Add support for regular index creation in documents and collections 2025-04-07 16:47:16 +00:00
philkunz 0d2dcec3e2 5.5.1
Default (tags) / security (push) Successful in 32s
Default (tags) / test (push) Successful in 3m2s
Default (tags) / release (push) Failing after 59s
Default (tags) / metadata (push) Successful in 1m5s
v5.5.1
2025-04-06 18:18:40 +00:00
philkunz 9426a21a2a fix(ci & formatting): Minor fixes: update CI workflow image and npmci package references, adjust package.json and readme URLs, and apply consistent code formatting. 2025-04-06 18:18:39 +00:00
philkunz 4fac974fc9 5.5.0
Default (tags) / security (push) Failing after 19s
Default (tags) / test (push) Failing after 9s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
v5.5.0
2025-04-06 18:14:47 +00:00
philkunz cad2decf59 feat(search): Enhance search functionality with robust Lucene query transformation and reliable fallback mechanisms 2025-04-06 18:14:46 +00:00
philkunz 0f61bdc455 5.4.0 v5.4.0 2025-04-06 13:49:56 +00:00
philkunz 408b2cce4a feat(core): introduced lucene style search 2025-04-06 13:49:56 +00:00
philkunz 7a08700451 5.3.0 v5.3.0 2025-03-10 23:55:45 +00:00
philkunz ebaf3e685c feat(docs): Enhance documentation with updated installation instructions and comprehensive usage examples covering advanced features such as deep queries, automatic indexing, and distributed coordination. 2025-03-10 23:55:44 +00:00
philkunz c8d51a30d8 5.2.12 v5.2.12 2025-02-03 14:06:42 +01:00
philkunz d957e911de fix(documentation): Remove license badge from README 2025-02-03 14:06:42 +01:00
philkunz fee936c75f 5.2.11 v5.2.11 2025-02-03 14:03:04 +01:00
philkunz ac867401de fix(documentation): Updated project documentation for accuracy and added advanced feature details 2025-02-03 14:03:03 +01:00
philkunz c066464526 5.2.10 v5.2.10 2024-09-05 15:28:53 +02:00
philkunz 0105aa2a18 fix(smartdata.classes.doc): Fix issue with array handling in convertFilterForMongoDb function 2024-09-05 15:28:52 +02:00
philkunz 4c2477c269 5.2.9 v5.2.9 2024-09-05 15:06:36 +02:00
philkunz ea0d2bb251 fix(smartdata.classes.doc): Fixed issue with convertFilterForMongoDb to handle array operators. 2024-09-05 15:06:35 +02:00
philkunz b3e30a8711 5.2.8 v5.2.8 2024-09-05 13:45:56 +02:00
philkunz 64621dd38f fix(smartdata.classes.doc): Fix key handling in convertFilterForMongoDb function 2024-09-05 13:45:55 +02:00
philkunz 117c257a27 5.2.7 v5.2.7 2024-09-05 13:02:28 +02:00
philkunz b30522c505 fix(core): Fixed issue with handling filter keys containing dots in smartdata.classes.doc.ts 2024-09-05 13:02:27 +02:00
philkunz 57d2d56d00 5.2.6 v5.2.6 2024-06-18 20:12:15 +02:00
philkunz 90751002aa fix(core): update 2024-06-18 20:12:14 +02:00
philkunz 7606e074a5 5.2.5 v5.2.5 2024-06-18 20:11:41 +02:00
philkunz 7ec39e397e fix(core): update 2024-06-18 20:11:40 +02:00
philkunz 21d8d3dc32 5.2.4 v5.2.4 2024-05-31 18:47:49 +02:00