mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
basic search tests
This commit is contained in:
@@ -1,10 +1,13 @@
|
||||
"use strict";
|
||||
|
||||
const Expression = require('./expression');
|
||||
const NoteSet = require('../note_set');
|
||||
const noteCache = require('../../note_cache/note_cache');
|
||||
|
||||
class NoteCacheFulltextExp {
|
||||
class NoteCacheFulltextExp extends Expression {
|
||||
constructor(tokens) {
|
||||
super();
|
||||
|
||||
this.tokens = tokens;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user