Files
Trilium/apps/server
Elian Doran 30ba36894d chore(ocr): optimize search algorithm
OCRContentExpression now takes all tokens as an array (like NoteContentFulltextExp), iterates over the input note set from becca, and checks text representations in-memory — zero SQL queries.
parse.ts creates a single OCRContentExpression(tokens) instead of N separate instances.
The LIMIT 50 and the N+1 blob→note/attachment queries are gone entirely.
2026-04-02 20:54:22 +03:00
..
2026-04-02 20:54:22 +03:00
2025-12-28 12:15:43 +02:00
2025-06-23 21:23:44 +03:00
2026-03-05 23:40:43 +02:00