mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
renamed also cache files/modules
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
const Expression = require('./expression');
|
||||
const NoteSet = require('../note_set');
|
||||
const becca = require('../../note_cache/note_cache');
|
||||
const becca = require('../../becca/becca.js');
|
||||
|
||||
class BeccaFlatTextExp extends Expression {
|
||||
constructor(tokens) {
|
||||
@@ -13,7 +13,7 @@ class BeccaFlatTextExp extends Expression {
|
||||
|
||||
execute(inputNoteSet, executionContext) {
|
||||
// has deps on SQL which breaks unit test so needs to be dynamically required
|
||||
const beccaService = require('../../note_cache/note_cache_service');
|
||||
const beccaService = require('../../becca/becca_service.js');
|
||||
const resultNoteSet = new NoteSet();
|
||||
|
||||
function searchDownThePath(note, tokens, path) {
|
||||
|
||||
Reference in New Issue
Block a user