From 87883da952008a427ddb6747818c7dd18040ae09 Mon Sep 17 00:00:00 2001 From: Jason Bosco Date: Wed, 17 Feb 2021 21:04:58 -0800 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89cdec28..f35a7d5b 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Here are a couple of **live demos** that show Typesense in action on large datas - **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. +- **Federated Search:** Search across multiple collections (indices) in a single HTTP request. - **Scoped API Keys:** Generate API keys that only allow access to certain records, for multi-tenant applications. - **Synonyms:** Define words as equivalents of each other, so searching for a word will also return results for the synonyms defined. - **Curation & Merchandizing:** Boost particular records to a fixed position in the search results, to feature them.