From 06eca1aa4d17375f31ac2ee04ffae5a343c2274e Mon Sep 17 00:00:00 2001 From: Jason Bosco Date: Mon, 19 Oct 2020 18:53:04 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da436183..c3eea48a 100644 --- a/README.md +++ b/README.md @@ -28,11 +28,13 @@ Typesense is a fast, typo-tolerant search engine for building delightful search - **Simple and Delightful:** Simple to set-up, integrate with, operate and scale. - **Blazing Fast:** Meticulously architected from the ground-up for low-latency (<50ms) instant searches. - **Tunable Ranking:** Easy to tailor your search results to perfection. +- **Sorting:** Sort results based on a particular field at query time (helpful for features like "Sort by Price (asc)"). - **Faceting & Filtering:** Drill down and refine results. -- **Grouping & Distinct:** Group similar results together to show more variety of results. +- **Grouping & Distinct:** Group similar results together to show more variety. - **Scoped API Keys:** Generate API keys that only allow access to certain records. -- **Curation & Merchandizing:** Pin particular records to a fixed position in search results, to highlight them. +- **Curation & Merchandizing:** Boost particular records to a fixed position in the search results, to feature them. - **Raft-based Clustering:** Setup a distributed cluster that is highly available. +- **Seamless Version Upgrades:** As new versions of Typesense come out, upgrading is as simple as swapping out the binary and restarting Typesense. ## Install