From fdc49a2d6c4c9d6796cbd520e1e6240c5a21bded Mon Sep 17 00:00:00 2001 From: Vatsal Joshi Date: Mon, 4 Feb 2019 12:32:21 +0530 Subject: [PATCH] README improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Change `x` to ✅ in features table for different build. `x` just makes it feel the opposite to what it indicates at first glance - Grammar correction: changed `providing` to `provides` --- README.md | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) 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)