Updated README

This commit is contained in:
Simon Cambier
2022-05-02 18:36:23 +02:00
parent 68943427cd
commit 228e410592

View File

@@ -15,7 +15,7 @@ Under the hood, it uses the excellent [MiniSearch](https://github.com/lucaong/mi
- Automatic document scoring using the [BM25 algorithm](https://github.com/lucaong/minisearch/issues/129#issuecomment-1046257399) - Automatic document scoring using the [BM25 algorithm](https://github.com/lucaong/minisearch/issues/129#issuecomment-1046257399)
- The relevance of a document against a query depends on the number of times the query terms appear in the document, its filename, and its headings - The relevance of a document against a query depends on the number of times the query terms appear in the document, its filename, and its headings
- Instant search results, with highlighting - Instant search results, with highlighting
- Fuzzy/partial search, resistance to typos - Resistance to typos
- In-file search to quickly skim multiple results in a single note - In-file search to quickly skim multiple results in a single note
## Installation ## Installation