mirror of
https://github.com/zadam/trilium.git
synced 2026-02-26 16:43:36 +01:00
chore(core): no-op search
This commit is contained in:
parent
4668fdc15c
commit
e1e294914a
12
packages/trilium-core/src/services/search/services/search.ts
Normal file
12
packages/trilium-core/src/services/search/services/search.ts
Normal file
@ -0,0 +1,12 @@
|
||||
import BNote from "src/becca/entities/bnote";
|
||||
|
||||
export default {
|
||||
searchFromNote(note: BNote) {
|
||||
console.warn("Ignore search ", note.title);
|
||||
},
|
||||
|
||||
searchNotes(searchString: string) {
|
||||
console.warn("Ignore search", searchString);
|
||||
return [];
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user