feat(core): introduced lucene style search

This commit is contained in:
2025-04-06 13:49:56 +00:00
parent 7a08700451
commit 408b2cce4a
24 changed files with 9080 additions and 5317 deletions

3
ts/logging.ts Normal file
View File

@@ -0,0 +1,3 @@
import * as plugins from './plugins.js';
export const logger = new plugins.smartlog.ConsoleLog();