fixed: exclude events from grep results

This commit is contained in:
quenousimporte 2023-05-22 14:07:04 +02:00
parent 4a30a5d728
commit dda25e10d8
1 changed files with 1 additions and 0 deletions

View File

@ -1493,6 +1493,7 @@ function grep(needle)
var result = {};
localdata
.filter(note => note.title != "events.json")
.forEach(note =>
{
if (note.title.toLowerCase().includes(needle.toLowerCase()))