Fixed #48 - Highly favor tags in search results

This commit is contained in:
Simon Cambier
2022-06-17 19:56:10 +02:00
parent 21f936e4ee
commit 6e604988f4
4 changed files with 38 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ export type IndexedNote = {
content: string
aliases: string
tags: string[],
headings1: string
headings2: string
headings3: string