mirror of
https://github.com/zadam/trilium.git
synced 2026-03-04 21:24:49 +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