From c7003305d29cda09139eb1b9fe9a123c7b0ac053 Mon Sep 17 00:00:00 2001
From: 0xflotus <0xflotus@gmail.com>
Date: Sat, 2 Feb 2019 02:22:44 +0100
Subject: [PATCH] fixed small errors
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 3095e38..6ba3ea2 100644
--- a/README.md
+++ b/README.md
@@ -426,7 +426,7 @@ __Note:__ This feature is actually not enabled by default. Read
+
- updating / deleting existing items from index is slow
- adding items to the index optimized for super partial matching (tokenize: "full") is slow
|
@@ -1067,7 +1067,7 @@ FlexSearch ist highly customizable. Make use of the the righ
tokenize
|
"strict"
- "foward"
+ "forward"
"reverse"
"full"
@@ -1209,7 +1209,7 @@ Tokenizer effects the required memory also as query time and flexibility of part
|
-->
- "foward" |
+ "forward" |
incrementally index words in forward direction |
foobar foobar
|
* n |
@@ -1563,7 +1563,7 @@ Compare these presets:
__Split Complexity__
-Whenenver you can, try to divide content by categories and add them to its own index, e.g.:
+Whenever you can, try to divide content by categories and add them to its own index, e.g.:
```js
var feeds_2017 = new FlexSearch();
var feeds_2018 = new FlexSearch();