Update README.md

This commit is contained in:
Simon Cambier
2022-10-02 22:38:59 +02:00
committed by GitHub
parent d674ec0634
commit a6659d78a5

View File

@@ -16,7 +16,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
- Can search other plaintext files and PDFs (configurable in settings) - Can search other plaintext files (configurable in settings)
- Workflow similar to "Quick Switcher" plugins - Workflow similar to "Quick Switcher" plugins
- Keyboard first: you never have to use your mouse - Keyboard first: you never have to use your mouse
- Resistance to typos - Resistance to typos