mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
note cache breakup into classes, WIP
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use strict";
|
||||
|
||||
const repository = require('../../services/repository');
|
||||
const noteCacheService = require('../../services/note_cache');
|
||||
const noteCacheService = require('../../services/note_cache/note_cache.js');
|
||||
const log = require('../../services/log');
|
||||
const scriptService = require('../../services/script');
|
||||
const searchService = require('../../services/search');
|
||||
@@ -110,4 +110,4 @@ async function searchFromRelation(note, relationName) {
|
||||
module.exports = {
|
||||
searchNotes,
|
||||
searchFromNote
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user