diff --git a/README.md b/README.md index 97bdcb1..4981b74 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@

Web's fastest and most memory-flexible full-text search library with zero dependencies.

When it comes to raw search speed FlexSearch outperforms every single searching library out there and also provides flexible search capabilities like multi-word matching, phonetic transformations or partial matching. -Depending on the used options it also providing the most memory-efficient index. Keep in mind that updating and/or removing existing items from the index has a significant cost. When your index needs to be updated very often then BulkSearch may be a better choice. +Depending on the used options it also provides the most memory-efficient index. Keep in mind that updating and/or removing existing items from the index has a significant cost. When your index needs to be updated very often then BulkSearch may be a better choice. FlexSearch also provides you a non-blocking asynchronous processing model as well as web workers to perform any updates or queries on the index in parallel through dedicated balanced threads. Installation Guide  •  API Reference  •  Example Options  •  Custom Builds  •  Flexsearch Server @@ -79,8 +79,8 @@ All Features: Presets - x - x + ✅ + ✅ - @@ -88,8 +88,8 @@ All Features: Async Search - x - x + ✅ + ✅ - @@ -97,7 +97,7 @@ All Features: Web-Worker Sharding (not available in Node.js) - x + ✅ - - @@ -106,43 +106,43 @@ All Features: Contextual Indexes - x - x - x + ✅ + ✅ + ✅ Partial Matching - x - x - x + ✅ + ✅ + ✅ Multi-Phrase Search - x - x - x + ✅ + ✅ + ✅ Relevance-based Scoring - x - x - x + ✅ + ✅ + ✅ Auto-Balanced Cache by Popularity - x + ✅ - - @@ -151,7 +151,7 @@ All Features: Suggestions (Results) - x + ✅ - - @@ -160,8 +160,8 @@ All Features: Phonetic Matching - x - x + ✅ + ✅ - @@ -169,9 +169,9 @@ All Features: Customizable: Matcher, Encoder, Tokenizer, Stemmer, Filter - x - x - x + ✅ + ✅ + ✅ File Size (gzip)